Variables
inlineread onlyTERMINATING:AppEventType = 11
An system terminating event, called by the OS (mobile specific)
inlineread onlyLOW_MEMORY:AppEventType = 12
An system low memory event, clear memory if you can. Called by the OS (mobile specific)
inlineread onlyWILL_ENTER_BACKGROUND:AppEventType = 13
An event for just before the app enters the background, called by the OS (mobile specific)
inlineread onlyDID_ENTER_BACKGROUND:AppEventType = 14
An event for when the app enters the background, called by the OS (mobile specific)
inlineread onlyWILL_ENTER_FOREGROUND:AppEventType = 15
An event for just before the app enters the foreground, called by the OS (mobile specific)
inlineread onlyDID_ENTER_FOREGROUND:AppEventType = 16
An event for when the app enters the foreground, called by the OS (mobile specific)