StartLostModeParams class
Parameters associated with the START_LOST_MODE command to put the device into lost mode.
At least one of the parameters, not including the organization name, must be provided in order for the device to be put into lost mode.
Constructors
- StartLostModeParams({String? lostEmailAddress, UserFacingMessage? lostMessage, UserFacingMessage? lostOrganization, UserFacingMessage? lostPhoneNumber, UserFacingMessage? lostStreetAddress})
- StartLostModeParams.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lostEmailAddress ↔ String?
-
The email address displayed to the user when the device is in lost mode.
getter/setter pair
- lostMessage ↔ UserFacingMessage?
-
The message displayed to the user when the device is in lost mode.
getter/setter pair
- lostOrganization ↔ UserFacingMessage?
-
The organization name displayed to the user when the device is in lost
mode.
getter/setter pair
- lostPhoneNumber ↔ UserFacingMessage?
-
The phone number that will be called when the device is in lost mode and
the call owner button is tapped.
getter/setter pair
- lostStreetAddress ↔ UserFacingMessage?
-
The street address displayed to the user when the device is in lost mode.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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