ProvisioningInfo class
Information about a device that is available during setup.
Constructors
Properties
- apiLevel ↔ int?
-
The API level of the Android platform version running on the device.
getter/setter pair
- authenticatedUserEmail ↔ String?
-
The email address of the authenticated user (only present for Google
Account provisioning method).
getter/setter pair
- brand ↔ String?
-
The brand of the device.
getter/setter pair
- enterprise ↔ String?
-
The name of the enterprise in the form enterprises/{enterprise}.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- imei ↔ String?
-
For corporate-owned devices, IMEI number of the GSM device.
getter/setter pair
- managementMode ↔ String?
-
The management mode of the device or profile.
Possible string values are:
getter/setter pair
- meid ↔ String?
-
For corporate-owned devices, MEID number of the CDMA device.
getter/setter pair
- model ↔ String?
-
The model of the device.
getter/setter pair
- name ↔ String?
-
The name of this resource in the form
provisioningInfo/{provisioning_info}.
getter/setter pair
- ownership ↔ String?
-
Ownership of the managed device.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serialNumber ↔ String?
-
For corporate-owned devices, The device serial number.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited