Classes
The following classes are available globally.
-
Represents an Azure service bearer access token with expiry information.
See moreDeclaration
Swift
@objcMembers public class CommunicationAccessToken : NSObject
-
The Azure Communication Services User token credential. This class is used to cache/refresh the access token required by Azure Communication Services.
See moreDeclaration
Swift
@objcMembers public class CommunicationTokenCredential : NSObject, Cancellable
-
The Communication Token Refresh Options. Used to initialize a
See moreCommunicationTokenCredential
Declaration
Swift
@objcMembers public class CommunicationTokenRefreshOptions : NSObject
-
Undocumented
See moreDeclaration
Swift
@objcMembers public class CommunicationCloudEnvironment : NSObject
-
The IdentifierKind for a given CommunicationIdentifier.
See moreDeclaration
Swift
@objcMembers public class IdentifierKind : NSObject
-
Communication identifier for Communication Services Users
See moreDeclaration
Swift
@objcMembers public class CommunicationUserIdentifier : NSObject, CommunicationIdentifier
-
Catch-all for all other Communication identifiers for Communication Services It is not advisable to rely on this type of identifier, as UnknownIdentifier could become a new or existing distinct type in the future.
See moreDeclaration
Swift
@objcMembers public class UnknownIdentifier : NSObject, CommunicationIdentifier
-
Communication identifier for Communication Services representing a Phone Number
See moreDeclaration
Swift
@objcMembers public class PhoneNumberIdentifier : NSObject, CommunicationIdentifier
-
Communication identifier for Microsoft Teams Users
See moreDeclaration
Swift
@objcMembers public class MicrosoftTeamsUserIdentifier : NSObject, CommunicationIdentifier
-
Communication identifier for Microsoft Teams applications.
See moreDeclaration
Swift
@objcMembers public class MicrosoftTeamsAppIdentifier : NSObject, CommunicationIdentifier