sdkVersion property

int? sdkVersion
getter/setter pair

Android SDK version of the device, as defined in the public Android documentation: https://developer.android.com/reference/android/os/Build.VERSION_CODES.

It won't be set if a necessary requirement was missed. For example DeviceIntegrity did not meet the minimum bar.

Implementation

core.int? sdkVersion;