SubscriptionStatus

enum SubscriptionStatus

Subscriptions can have the following statuses:

  • 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