AndroidApplication

class in UnityEngine.Android

/

Implemented in:UnityEngine.AndroidJNIModule

Description

Use this class to access the runtime data of your Android application.

Static Properties

currentActivityIndicates the Java instance of the current activity.
currentConfigurationProvides current configuration for the running application.
currentContextIndicates the Java instance of the current context.
unityPlayerIndicates the Unity bridge Java instance used by an activity or a service.

Static Methods

InvokeOnUIThreadInvokes delegate on Android application's UI thread.
InvokeOnUnityMainThreadInvokes delegate on Android application's main thread.

Events

onConfigurationChangedA callback to detect the device configuration changes when the application is running.

Did you find this page useful? Please give it a rating: