OPPTransactionType
@objc
public enum OPPTransactionType : Int
An enumeration for the various types of transaction.
-
The synchronous transaction.
Declaration
Swift
case synchronous
-
The asynchronous transaction.
Declaration
Swift
case asynchronous
-
The transaction is undefined.
Declaration
Swift
case undefined