OPPTransactionType
enum OPPTransactionType : NSInteger {}
An enumeration for the various types of transaction.
-
The synchronous transaction.
Declaration
Objective-C
OPPTransactionTypeSynchronous
Swift
case synchronous = 0
-
The asynchronous transaction.
Declaration
Objective-C
OPPTransactionTypeAsynchronous
Swift
case asynchronous = 1
-
The transaction is undefined.
Declaration
Objective-C
OPPTransactionTypeUndefined
Swift
case undefined = 2