GetResumed

Description

Returns 1 if your app has been passed to the background and has just been reactivated. You should activate a pause screen when this happens. On mobile platforms apps will not run whilst they are in the background so that first chance you app will get to receive this notification is when it returns from the background and continues running. Since the user may not yet be ready to continue playing you should check this value and show a pause screen until they are ready.

Definition

integer GetResumed()