Class adobeDPS-TransactionManager
- Extends:
- adobeDPS-TransactionManager -> adobeDPS-Service -> adobeDPS-Class
- Platforms:
- iOS, Android, Windows
Class used for managing incoming and outgoing transactions within the application
Accessible from adobeDPS.transactionManager
Constructor
[inner]
Create an instance of the TransactionManager.
Static Fields
Field | Defined By | |
---|---|---|
adobeDPS-TransactionManager.instance
The singleton of the TransactionManager.
|
TransactionManager
|
Fields
Field | Defined By | |
---|---|---|
Signal to indicate that a new transaction has arrived from the native code.
|
TransactionManager
|
|
This is the user-accessible location to access TransactionState constants.
|
TransactionManager
|
|
This is the user-accessible location to access TransactionErrorType constants.
|
TransactionManager
|
Methods
Method | Defined By | |
---|---|---|
Generates the current list of active transactions.
|
TransactionManager
|
|
Generates the current list of all registered transactions.
|
TransactionManager
|
|
toString()
Gets the string representation of this instance.
|
Class Detail
adobeDPS-TransactionManager()
[inner]
Create an instance of the TransactionManager.
- This is an internal constructor and shouldn't be called by regular users.
- This is an internal constructor and shouldn't be called by regular users.
Static Field Details
adobeDPS-TransactionManager.instance
The singleton of the TransactionManager.
- Platforms:
- iOS, Android, Windows
Field Details
newTransactionsAvailableSignal
: adobeDPS-Signal
Signal to indicate that a new transaction has arrived from the native code.
Callback Signature: newTransactionsAvailableHandler([ adobeDPS-Transaction, ... ])
Callback Signature: newTransactionsAvailableHandler([ adobeDPS-Transaction, ... ])
- Platforms:
- iOS, Android, Windows
transactionStates
: adobeDPS-TransactionState
This is the user-accessible location to access TransactionState constants.
- Platforms:
- iOS, Android, Windows
transactionErrorTypes
: adobeDPS-TransactionErrorType
This is the user-accessible location to access TransactionErrorType constants.
- Platforms:
- iOS, Android, Windows
Method Details
Generates the current list of active transactions. Since this list is generated
each time that this function is called, the user is free to sort or change the list
in any way they see fit.
- Returns:
- adobeDPS-Transaction[] The list of active transactions
- Platforms:
- iOS, Android, Windows
Generates the current list of all registered transactions. Since this list is
generated each time that this function is called, the user is free to sort or
change the list in any way they see fit.
- Returns:
- adobeDPS-Transaction[] The list of all transactions
- Platforms:
- iOS, Android, Windows
©2012-2013 Adobe Systems, inc
Documentation generated by JsDoc Toolkit 2.4.0 on Mon Aug 31 2015 09:23:40 GMT-0700 (PDT)
Documentation generated by JsDoc Toolkit 2.4.0 on Mon Aug 31 2015 09:23:40 GMT-0700 (PDT)