AndroidBuild.Version
Provides access to Android platform version information, such as the device's current API level, and the application's minimum and target API levels.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public static class AndroidBuild.Version
Static Properties
Property | Description |
|---|---|
| apiLevel | The device's current Android API level. |
| minApiLevel | The minimum Android API level that the application can run on. |
| targetApiLevel | The target Android API level that the application is designed to run on. |