Поделиться через


Класс ACSPushNotificationInfo

Декларация

@interface ACSPushNotificationInfo : NSObject;

Description

Описание входящего вызова

Методы

fromDictionary

Анализируйте полезную нагрузку push-уведомлений.

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

Параметры

  • payload - Полезная нагрузка push-уведомлений.

Свойства

fromDisplayName

Отображаемое имя вызывающего абонента

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

incomingWithVideo

Указывает, есть ли у входящего звонка видео или нет

@property (readonly) BOOL incomingWithVideo;

eventType

Тип события push-уведомления

@property (readonly) ACSPushNotificationEventType eventType;

от / из / с (context-dependent)

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

Кому

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

callId

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