ACSPushNotificationInfo Class

Declaration

@interface ACSPushNotificationInfo : NSObject;

Description

Describes an incoming call

Methods

fromDictionary

Parse push notification payload.

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

Parameters

  • payload - Payload of push notification.

Properties

fromDisplayName

The display name of the caller

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

incomingWithVideo

Indicates whether the incoming call has a video or not

@property (readonly) BOOL incomingWithVideo;

eventType

Type of Push Notification Event

@property (readonly) ACSPushNotificationEventType eventType;

from

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

to

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

callId

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