AndroidDeviceInfo class
Information derived from android.os.Build
.
See: https://developer.android.com/reference/android/os/Build.html
Properties
- androidId → String
-
The Android hardware device ID that is unique between the device + user and app signing.
final
- board → String
-
The name of the underlying board, like "goldfish".
final
- bootloader → String
-
The system bootloader version number.
final
- brand → String
-
The consumer-visible brand with which the product/hardware will be associated, if any.
final
- device → String
-
The name of the industrial design.
final
- display → String
-
A build ID string meant for displaying to the user.
final
- fingerprint → String
-
A string that uniquely identifies this build.
final
- hardware → String
-
The name of the hardware (from the kernel command line or /proc).
final
- host → String
-
Hostname.
final
- id → String
-
Either a changelist number, or a label like "M4-rc20".
final
- isPhysicalDevice → bool
-
false
if the application is running in an emulator,true
otherwise.final - manufacturer → String
-
The manufacturer of the product/hardware.
final
- model → String
-
The end-user-visible name for the end product.
final
- product → String
-
The name of the overall product.
final
-
Comma-separated tags describing the build, like "unsigned,debug".
final
- type → String
-
The type of build, like "user" or "eng".
final
- version → AndroidBuildVersion
-
Android operating system version values derived from
android.os.Build.VERSION
.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