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.
AndroidDevice | Interface into Android specific functionality. |
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. |
PermissionCallbacks | Contains callbacks invoked when permission request is executed using Permission.RequestUserPermission. |
Permission | Structure describing a permission that requires user authorization. |