선언
@interface ACSCallerInfo : NSObject;
Description
발신자 정보를 설명합니다.
메서드
속성
표시 이름
호출자의 표시 이름
@property (retain, nonnull, readonly) NSString * displayName;
identifier
호출자의 식별자입니다.
@property(nonatomic, readonly, nonnull) id<CommunicationIdentifier> identifier;