Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AndroidApplication

Use this class to access the runtime data of your Android application.
Read time 1 minuteLast updated 10 days ago

Definition

public static class AndroidApplication

Static Properties

Property

Description

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

Method

Description

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

Static Events

Member

Description

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