Delen via


ACSPushNotificationInfo Klasse

Verklaring

@interface ACSPushNotificationInfo : NSObject;

Description

Beschrijft een inkomende oproep

Methods

vanWoordenboek

Parseer de payload voor pushmeldingen.

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

Parameterwaarden

  • payload - Payload van pushmeldingen.

Eigenschappen

fromDisplayName

De weergavenaam van de beller

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

inkomendMetVideo

Geeft aan of de inkomende oproep een video heeft of niet

@property (readonly) BOOL incomingWithVideo;

eventType

Type pushmelding

@property (readonly) ACSPushNotificationEventType eventType;

van

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

naar

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

callId

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