Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Declaration
@interface ACSCallerInfo : NSObject;
Description
Describes the Caller Information
Methods
Properties
displayName
The display name of the caller
@property (retain, nonnull, readonly) NSString * displayName;
identifier
The identifier of the caller.
@property(nonatomic, readonly, nonnull) id<CommunicationIdentifier> identifier;