Delen via


Klasse ACSPushNotificationInfo

Verklaring

@interface ACSPushNotificationInfo : NSObject;

Description

Beschrijft een binnenkomende oproep

Methoden

fromDictionary

Payload voor pushmeldingen parseren.

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

Parameters

  • payload - Nettolading van pushmelding.

Eigenschappen

fromDisplayName

De weergavenaam van de beller

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

incomingWithVideo

Geeft aan of de inkomende oproep een video heeft of niet

@property (readonly) BOOL incomingWithVideo;

eventType

Type pushmeldinggebeurtenis

@property (readonly) ACSPushNotificationEventType eventType;

from

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

tot

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

callId

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