Version: Unity 6.5 Alpha (6000.5)
LanguageEnglish
  • C#

AndroidApplication

class in UnityEngine.Android

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

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

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.
currentFoldingFeaturesProvides an array of AndroidFoldingFeature data for the current display.
currentWindowInsetsProvides current window insets for the application.
isInMultiWindowModeReturns true if the activity is currently in multi-window mode.
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.

Events

Event Description
onConfigurationChangedA callback to detect the device configuration changes when the application is running.
onFoldingFeaturesUpdatedA callback to detect the folding features changes when the application is running.
onMultiWindowModeChangedCalled by the system when the activity changes from fullscreen mode to multi-window mode and vice-versa.
onWindowInsetsChangedA callback to detect changes in the window insets when the application is running.