Freigeben über


ACSPushNotificationInfo-Klasse

Deklaration

@interface ACSPushNotificationInfo : NSObject;

BESCHREIBUNG

Beschreibt einen eingehenden Anruf

Methoden

fromDictionary

Analysieren sie die Nutzlast von Pushbenachrichtigungen.

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

Parameter

  • payload - Nutzlast der Pushbenachrichtigung.

Eigenschaften

fromDisplayName

Der Anzeigename des Aufrufers

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

incomingWithVideo

Gibt an, ob der eingehende Anruf über ein Video verfügt oder nicht

@property (readonly) BOOL incomingWithVideo;

eventType

Typ des Pushbenachrichtigungsereignisses

@property (readonly) ACSPushNotificationEventType eventType;

from

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

zu

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

callId

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