BuildVersion class
Various version strings.
https://developer.android.com/reference/android/os/Build.VERSION
Constructors
- BuildVersion.new()
-
const
Properties
- baseOs → String
-
The base OS build the product is based on.
no setter
- codename → String
-
The current development codename, or the string "REL" if this is a release build.
no setter
- 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.
no setter
- mediaPerformanceClass → int
-
The media performance class of the device or 0 if none.
no setter
- previewSdkInt → int
-
The developer preview revision of a prerelease SDK.
no setter
- release → String
-
The user-visible version string. E.g., "1.0" or "3.4b5" or "bananas".
This field is an opaque string. Do not assume that its value has any
particular structure or that values of RELEASE from different
releases can be somehow ordered.
no setter
- releaseOrCodename → String?
-
The version string. May be release or codename if not a final
release build
no setter
- releaseOrPreviewDisplay → String?
-
The version string we show to the user; may be release or a
descriptive string if not a final release build.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sdkInt → int
-
The SDK version of the software currently running on this hardware device.
This value never changes while a device is booted, but it may increase
when the hardware manufacturer provides an OTA update.
no setter
- sdkIntFull → int?
-
no setter
- securityPatch → String
-
The user-visible security patch level.
no setter
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