CrossDeviceData class
An object containing data from cross device notification request.
This object is only used as data retrieved from Fazpass.getCrossDeviceDataStreamInstance
and Fazpass.getCrossDeviceDataFromNotification.
It's only constructor, CrossDeviceRequest.fromData
, isn't supposed to
be called independently.
Constructors
- CrossDeviceData.fromData(Map data)
Properties
- action → String?
-
if status is 'validate' only
final
- deviceIdReceive → String
-
final
- deviceIdRequest → String
-
final
- deviceReceive → String
-
example: Google;V3;MT6769V/CZ;Android 31
final
- deviceRequest → String
-
example: Google;V3;MT6769V/CZ;Android 31
final
- expired → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantAppId → String
-
final
- notificationId → String?
-
if status is 'request' only
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String
-
either 'request' or 'validate'
final
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