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. |
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. |
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. |
RequestToUseMobileDataAsyncOperation | Represents an asynchronous operation that requests to use mobile data to download Android asset packs. |