다음을 통해 공유


ACSCallerInfo 클래스

선언

@interface ACSCallerInfo : NSObject;

Description

호출자 정보에 대해 설명합니다.

메서드

속성

displayName

호출자의 표시 이름

@property (retain, nonnull, readonly) NSString * displayName;

identifier

호출자의 식별자입니다.

@property(nonatomic, readonly, nonnull) id<CommunicationIdentifier> identifier;