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 apiLevelInt

SDK version codes mirroring ones found in Build#VERSION_CODES on Android.

codename

val codenameString?

Preview versions of the platform are identified by a code name. Their API level is usually set to the value of the previous platform.