Abstract
Abstract
creationThe time the out-of-band operation was created (i.e. the time the dispatch occurred). This can be used by the mobile clients to know which is the latest operation for the device.
Abstract
dispatchThe name of the dispatcher used by the operation. This provides information about how the out-of-band operation is transmitted to the mobile device.
Abstract
payloadThe OutOfBandPayload object that can be used with the OutOfBandOperation to continue with the operation.
Abstract
additionalAdditional information that is not included in the OutOfBandPayload. For instance, if this is an operation dispatched using the Firebase dispatcher, this contains the push notification information in JSON format, as provided as input of the dispatch request.
Static
fromAlternate constructor that creates an PendingOutOfBandOperation from a json.
contains the source for instance creation.
a PendingOutOfBandOperation instance.
Generated using TypeDoc
The object defining a non-redeemed out-of-band operation as defined in the Get Device Out-of-Band Operations service.