SBTransactionEventType
Objective-C
enum SBTransactionEventType : NSUInteger {}
Swift
enum SBTransactionEventType : UInt
Type of Transaction event
-
Transaction status was changed
Declaration
Objective-C
SBTransactionEventTypeStatusUpdate
Swift
case statusUpdate = 0
-
Transaction was removed
Declaration
Objective-C
SBTransactionEventTypeRemoved
Swift
case removed = 1
-
Transaction expected processing time changed
Declaration
Objective-C
SBTransactionEventTypeExpectedProcessingTimeDidChange
Swift
case expectedProcessingTimeDidChange = 2