AndroidVersion
interface AndroidVersion
Summary
Public properties |
|
---|---|
Int |
SDK version codes mirroring ones found in Build#VERSION_CODES on Android. |
String? |
Preview versions of the platform are identified by a code name. |
Public properties
apiLevel
val apiLevel: Int
SDK version codes mirroring ones found in Build#VERSION_CODES on Android.
codename
val codename: String?
Preview versions of the platform are identified by a code name. Their API level is usually set to the value of the previous platform.