Enum: AppSuspendMode

Define the behavior when the app is leaved

 

Enumeration Members

 

SLEEP

SLEEP = 0

When leaving app, it goes to sleep.


 

TERMINATE

TERMINATE = 1

When leaving app, the whole app is destroyed.

 

 

Returns

void