此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
@interface ACSCallerInfo : NSObject;
描述调用方信息
调用方显示名称
@property (retain, nonnull, readonly) NSString * displayName;
调用方标识符。
@property(nonatomic, readonly, nonnull) id<CommunicationIdentifier> identifier;