次の方法で共有


ACSCallerInfo クラス

宣言

@interface ACSCallerInfo : NSObject;

説明

呼び出し元情報について説明します

メソッド

プロパティ

displayName

呼び出し元の表示名

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

identifier

呼び出し元の識別子。

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