ACSCallerInfo Class

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;