SubscriptionNotificationType
public enum SubscriptionNotificationType : Equatable, CaseIterable
The types of notifications that Subscriber instances can subscribe to.
-
Sent when a transaction is updated.
Declaration
Swift
case transactionUpdated -
Sent when a transaction is deleted.
Declaration
Swift
case transactionDeleted
SubscriptionNotificationType Enumeration Reference