AbstractAbstractcreationThe 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.
AbstractdispatchThe name of the dispatcher used by the operation. This provides information about how the out-of-band operation is transmitted to the mobile device.
AbstractpayloadThe OutOfBandPayload object that can be used with the OutOfBandOperation to continue with the operation.
AbstractadditionalAdditional 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.
StaticfromAlternate constructor that creates an PendingOutOfBandOperation from a json.
contains the source for instance creation.
a PendingOutOfBandOperation instance.
The object defining a non-redeemed out-of-band operation as defined in the Get Device Out-of-Band Operations service.