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.
CloseFor 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.
CloseAndroidJNI module allows you to call Java code.
AndroidApplication | Use this class to access the runtime data of your Android application. |
AndroidAssetPackInfo | Represents the download progress of a single Android asset pack. |
AndroidAssetPacks | Provides methods for handling Android asset packs. |
AndroidAssetPackState | Represents the state of a single Android asset pack. |
AndroidAssetPackUseMobileDataRequestResult | Represents the choice of an end user that indicates if your application can use mobile data to download Android asset packs. |
AndroidConfiguration | Use this class to retrieve device specific configuration information. |
AndroidDevice | Interface into Android specific functionality. |
AndroidGame | Provides methods and properties for accessing different Android game APIs. |
AndroidJavaClass | AndroidJavaClass is the Unity representation of a generic instance of java.lang.Class. |
AndroidJavaObject | AndroidJavaObject is the Unity representation of a generic instance of java.lang.Object. |
AndroidJavaProxy | This class can be used to implement any java interface. Any java vm method invocation matching the interface on the proxy object will automatically be passed to the c# implementation. |
AndroidJNI | 'Raw' JNI interface to Android Java VM from Unity scripting (C#).Note: Using raw JNI functions requires advanced knowledge of the Android Java Native Interface (JNI). Please take note. |
AndroidJNIHelper | Helper interface for JNI interaction; signature creation and method lookups.Note: Using raw JNI functions requires advanced knowledge of the Android Java Native Interface (JNI). Please take note. |
AndroidLocale | Use this class to retrieve the language and region preferences set on the device. |
ApplicationExitInfoProvider | Access point to get the list of ApplicationExitInfo records with the reasons for the most recent application terminations. |
DiagnosticsReporting | Class with options for reporting diagnostics information to the Android system. |
DownloadAssetPackAsyncOperation | Represents an asynchronous Android asset pack download operation. AndroidAssetPacks.DownloadAssetPackAsync returns an instance of this class. |
GetAssetPackStateAsyncOperation | Represents an asynchronous Android asset pack state request operation. AndroidAssetPacks.GetAssetPackStateAsync returns an instance of this class. |
PermissionCallbacks | Contains callbacks invoked when permission request is executed using Permission.RequestUserPermission. |
RequestToUseMobileDataAsyncOperation | Represents an asynchronous operation that requests to use mobile data to download Android asset packs. |
JNINativeMethod | Defines a single method to beregistered using AndroidJNI.RegisterNatives. |
Permission | Structure describing a permission that requires user authorization. |
AndroidAssetPackError | Values that indicate the type of Android asset pack error when the status is either AndroidAssetPackStatus.Failed or AndroidAssetPackStatus.Unknown. |
AndroidAssetPackStatus | Values that indicate the status of an Android asset pack. |
AndroidColorModeHdr | Options to indicate whether the screen can display a wide range brightness levels. |
AndroidColorModeWideColorGamut | Options to indicate whether the screen can display wide range of color gamut or not. |
AndroidGameMode | Options for the available game modes that AndroidGame.GameMode can return. |
AndroidGameState | Options for the available game states that you can pass to AndroidGame.SetGameState or you can set as a current game state mode to be used for Automated game state hinting in Unity using AndroidGame.Automatic.SetGameState method. |
AndroidHardwareKeyboardHidden | Options to indicate whether the physical keyboard is available. |
AndroidHardwareType | AndroidHardwareType describes the type of Android device on which the app is running. |
AndroidKeyboard | Options to indicate the type of keyboard the device is using. |
AndroidKeyboardHidden | Options to indicate whether any keyboard is available for use on the device. |
AndroidNavigation | Options to indicate the type of navigation methods used on the device. |
AndroidNavigationHidden | Options to indicate whether the 5-way or DPAD navigation methods are available on the device. |
AndroidOrientation | Options to indicate the orientation of the screen. |
AndroidScreenLayoutDirection | Options to indicate the screen layout direction. |
AndroidScreenLayoutLong | Options to indicate whether the aspect ratio of the screen is taller or wider than normal. |
AndroidScreenLayoutRound | Options to indicate whether the screen shape is rounded or not. |
AndroidScreenLayoutSize | Options to indicate the size of the device screen. |
AndroidTouchScreen | Options to indicate whether the device supports touchscreen. |
AndroidUIModeNight | Options to indicate whether the device screen is in a special mode, such as a night mode. |
AndroidUIModeType | Options to indicate the user interface mode of the device. |
ExitReason | The reason code for termination of the process. |
ProcessImportance | Indicates the relative importance level that the system assigns to the process. These levels are represented by constants. The constants are numbered in such a way that more important values are always smaller than the less important values. |
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.