CommunicationIdentifier
@objc
public protocol CommunicationIdentifier : NSObjectProtocol
Common Communication Identifier protocol for all Azure Communication Services. All Communication Identifiers conform to this protocol.
-
Undocumented
Declaration
Swift
var rawId: String { get }
-
Undocumented
Declaration
Swift
var kind: IdentifierKind { get }