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
Define the behavior when the app is leaved
• SLEEP = 0
When leaving app, it goes to sleep.
• TERMINATE = 1
When leaving app, the whole app is destroyed.
void