onApplicationPaused method

  1. @mustCallSuper
void onApplicationPaused()
inherited

The application is not currently visible to the user, not responding to user input, and running in the background.

When the application is in this state, the engine will not call the PlatformDispatcher.onBeginFrame and PlatformDispatcher.onDrawFrame callbacks.

Implementation

@mustCallSuper
void onApplicationPaused() {}