Partager via


ACSPushNotificationInfo, classe

Déclaration

@interface ACSPushNotificationInfo : NSObject;

Description

Décrit un appel entrant

Méthodes

fromDictionary

Analysez 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

Nom d’affichage de l’appelant

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

incomingWithVideo

Indique si l’appel entrant a 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;

to

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

callId

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