Partager via


Classe ACSPushNotificationInfo

Déclaration

@interface ACSPushNotificationInfo : NSObject;

Descriptif

Décrit un appel entrant

Méthodes

fromDictionary

Analyser la charge utile de notification push.

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

Paramètres

  • payload - Charge utile de la notification push.

Propriétés

fromDisplayName

Le nom d’affichage de l’appelant

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

incomingWithVideo

Indique si l’appel entrant comporte une vidéo ou non

@property (readonly) BOOL incomingWithVideo;

eventType

Type d’événement de notification push

@property (readonly) ACSPushNotificationEventType eventType;

de

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

à

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

callId

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