AndroidApplication
Use this class to access the runtime data of your Android application.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public static class AndroidApplication
Static Properties
Property | Description |
|---|---|
| currentActivity | Indicates the Java instance of the current activity. |
| currentConfiguration | Provides current configuration for the running application. |
| currentContext | Indicates the Java instance of the current context. |
| unityPlayer | Indicates the Unity bridge Java instance used by an activity or a service. |
Static Methods
Method | Description |
|---|---|
| InvokeOnUIThread | Invokes delegate on Android application's UI thread. |
| InvokeOnUnityMainThread | Invokes delegate on Android application's main thread. |
Static Events
Member | Description |
|---|---|
| onConfigurationChanged | A callback to detect the device configuration changes when the application is running. |