次の方法で共有


ACSPushNotificationInfo クラス

宣言

@interface ACSPushNotificationInfo : NSObject;

説明

着信通話について説明します

メソッド

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;

to

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

callId

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