Protocols

The following protocols are available globally.

  • A protocol indicating that an operation supports cancellation.

    See more

    Declaration

    Swift

    public protocol Cancellable
  • Protocol defining the shape of credentials used with Azure Communication Services.

    See more

    Declaration

    Swift

    public protocol CommunicationTokenCredentialProviding : Cancellable
  • Common Communication Identifier protocol for all Azure Communication Services. All Communication Identifiers conform to this protocol.

    See more

    Declaration

    Swift

    @objc
    public protocol CommunicationIdentifier : NSObjectProtocol