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.
final
- codename → String
-
The current development codename, or the string "REL" if this is a release build.
final
- 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.
final
- release → String
-
The user-visible version string.
final
- sdkInt → int
-
The user-visible SDK version of the framework. [...]
final
- securityPatch → String
-
The user-visible security patch level.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other ) → bool -
The equality operator. [...]
inherited