ACSPushNotificationInfo 类

声明

@interface ACSPushNotificationInfo : NSObject;

Description

描述传入呼叫

Methods

fromDictionary (从字典)

解析推送通知有效负载。

+(ACSPushNotificationInfo* _Nonnull) fromDictionary:(NSDictionary* _Nonnull)payload;

参数

  • payload - 推送通知的有效负载。

属性

fromDisplayName

调用方的显示名称

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

incomingWithVideo

指示来电是否有视频

@property (readonly) BOOL incomingWithVideo;

eventType

推送通知事件类型

@property (readonly) ACSPushNotificationEventType eventType;

from

@property (retain, readonly, nonnull) id<CommunicationIdentifier> from;

@property (retain, readonly, nonnull) id<CommunicationIdentifier> to;

callId

@property (nonatomic, readonly, nonnull) NSUUID* callId;