Variables

@:value(cast 0)@:impl@:enuminlineread onlyUNKNOWN:AppEventType = 0

An unknown app event

@:value(cast 11)@:impl@:enuminlineread onlyTERMINATING:AppEventType = 11

An system terminating event, called by the OS (mobile specific)

@:value(cast 12)@:impl@:enuminlineread onlyLOW_MEMORY:AppEventType = 12

An system low memory event, clear memory if you can. Called by the OS (mobile specific)

@:value(cast 13)@:impl@:enuminlineread onlyWILL_ENTER_BACKGROUND:AppEventType = 13

An event for just before the app enters the background, called by the OS (mobile specific)

@:value(cast 14)@:impl@:enuminlineread onlyDID_ENTER_BACKGROUND:AppEventType = 14

An event for when the app enters the background, called by the OS (mobile specific)

@:value(cast 15)@:impl@:enuminlineread onlyWILL_ENTER_FOREGROUND:AppEventType = 15

An event for just before the app enters the foreground, called by the OS (mobile specific)

@:value(cast 16)@:impl@:enuminlineread onlyDID_ENTER_FOREGROUND:AppEventType = 16

An event for when the app enters the foreground, called by the OS (mobile specific)