SubscriptionState
enum SubscriptionState
Subscriptions can be in the following states:
-
handler will be called when appropriate
Declaration
Swift
case active -
handler will no longer be called. The subscription will be removed at the next opportunity.
Declaration
Swift
case unsubscribePending
SubscriptionState Enumeration Reference