Protocols
The following protocols are available globally.
-
A protocol indicating that an operation supports cancellation.
See moreDeclaration
Swift
public protocol Cancellable
-
Protocol defining the shape of credentials used with Azure Communication Services.
See moreDeclaration
Swift
public protocol CommunicationTokenCredentialProviding : Cancellable
-
Common Communication Identifier protocol for all Azure Communication Services. All Communication Identifiers conform to this protocol.
See moreDeclaration
Swift
@objc public protocol CommunicationIdentifier : NSObjectProtocol