宣言
@interface ACSCallerInfo : NSObject;
Description
発信者情報について説明します
Methods
プロパティ
ディスプレイ名
発信者の表示名
@property (retain, nonnull, readonly) NSString * displayName;
識別子
呼び出し元の識別子。
@property(nonatomic, readonly, nonnull) id<CommunicationIdentifier> identifier;