次の方法で共有


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;