Classe ACSPushNotificationInfo
Declaração
@interface ACSPushNotificationInfo : NSObject;
Description
Descreve uma chamada recebida
Métodos
fromDictionary
Analisar payload de notificação push.
+(ACSPushNotificationInfo* _Nonnull) fromDictionary:(NSDictionary* _Nonnull)payload;
Parâmetros
payload
- Payload de notificação push.
Propriedades
fromDisplayName
O nome a apresentar do autor da chamada
@property (retain, nonnull, readonly) NSString * fromDisplayName;
incomingWithVideo
Indica se a chamada recebida tem ou não um vídeo
@property (readonly) BOOL incomingWithVideo;
eventType
Tipo de Evento de Notificação Push
@property (readonly) ACSPushNotificationEventType eventType;
de
@property (retain, readonly, nonnull) id<CommunicationIdentifier> from;
para
@property (retain, readonly, nonnull) id<CommunicationIdentifier> to;
callId
@property (nonatomic, readonly, nonnull) NSUUID* callId;