AndroidBuildVersion class
Version values of the current Android operating system build derived from
android.os.Build.VERSION
.
See: https://developer.android.com/reference/android/os/Build.VERSION.html
Properties
- baseOS ↔ String?
-
The base OS build the product is based on.
This is only available on Android 6.0 or above.
getter/setter pair
- codename → String
-
The current development codename, or the string "REL" if this is a release build.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- incremental → String
-
The internal value used by the underlying source control to represent this build.
final
- previewSdkInt ↔ int?
-
The developer preview revision of a prerelease SDK.
This is only available on Android 6.0 or above.
getter/setter pair
- release → String
-
The user-visible version string.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sdkInt → int
-
The user-visible SDK version of the framework.
final
- securityPatch → String?
-
The user-visible security patch level.
This is only available on Android 6.0 or above.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited