Protocols

The following protocols are available globally.

  • Delegate for receiving notifications about new ActiveVoiceCall events.

    Note

    ActiveCallDelegate methods are called on the main thread.
    See more

    Declaration

    Swift

    public protocol ActiveCallDelegate
  • Represents a change subscription. When this object is released, the subscription is canceled.

    See more

    Declaration

    Swift

    public protocol SubscriptionToken : AnyObject
  • Protocol encapsulating a library of functions for managing phone numbers and messages in the Sudo Platform Telephony service.

    See more

    Declaration

    Swift

    public protocol SudoTelephonyClient