Adobe DPS - Reading SDK 2.32

Namespace adobeDPS-TransactionState

See:
adobeDPS-Transaction#state
Platforms:
iOS, Android, Windows

Static Fields

Field Defined By
adobeDPS-TransactionState.FAILED
Value: -100
The Transaction has failed.
TransactionState
adobeDPS-TransactionState.CANCELED
Value: -1
The Transaction has been canceled by the user.
TransactionState
adobeDPS-TransactionState.INITIALIZED
Value: 0
The initial state of the Transaction before it is started.
TransactionState
adobeDPS-TransactionState.PAUSED
Value: 100
The Transaction has been temporarily paused by the user.
TransactionState
adobeDPS-TransactionState.ACTIVE
Value: 200
The Transaction is currently ongoing.
TransactionState
adobeDPS-TransactionState.FINISHED
Value: 400
The transaction has completed without any errors.
TransactionState

Static Methods

Method Defined By
adobeDPS-TransactionState.toState(num)
TransactionState
Namespace Detail
adobeDPS-TransactionState
[inner] Enum for the state of the Transaction.
States that are noted as final transaction states will be the last state that a transaction will have before it is destroyed.
Static Field Details
adobeDPS-TransactionState.FAILED
Value: -100
The Transaction has failed. The adobeDPS-Transaction#error field should be populated.
This is a final Transaction state.
Platforms:
iOS, Android, Windows
adobeDPS-TransactionState.CANCELED
Value: -1
The Transaction has been canceled by the user.
This is a final Transaction state.
Platforms:
iOS, Android, Windows
adobeDPS-TransactionState.INITIALIZED
Value: 0
The initial state of the Transaction before it is started.
Platforms:
iOS, Android, Windows
adobeDPS-TransactionState.PAUSED
Value: 100
The Transaction has been temporarily paused by the user.
Platforms:
iOS, Android, Windows
adobeDPS-TransactionState.ACTIVE
Value: 200
The Transaction is currently ongoing.
Platforms:
iOS, Android, Windows
adobeDPS-TransactionState.FINISHED
Value: 400
The transaction has completed without any errors.
This is a final Transaction state.
Platforms:
iOS, Android, Windows
Static Method Details
adobeDPS-TransactionState.toState(num)
Parameters
num
Platforms:
iOS, Android, Windows
©2012-2013 Adobe Systems, inc
Documentation generated by JsDoc Toolkit 2.4.0 on Mon Aug 31 2015 09:23:41 GMT-0700 (PDT)