-
public final class CallCompositePushNotification
CallCompositePushNotification for forwarding calling push notifications to UI Library.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
fromDisplayName
private final CommunicationIdentifier
from
private final boolean
isIncomingWithVideo
private final String
callId
private final CommunicationIdentifier
to
-
Constructor Summary
Constructors Constructor Description CallCompositePushNotification(Map<String, String> notification)
Create CallCompositePushNotification.
-
Method Summary
Modifier and Type Method Description String
getFromDisplayName()
Get from display name. CommunicationIdentifier
getFrom()
Get from. boolean
isIncomingWithVideo()
Is Incoming with Video. String
getCallId()
Get call id. CommunicationIdentifier
getTo()
Get to. CallCompositePushNotificationEventType
getEventType()
Get push notification event type. Map<String, String>
getNotificationInfo()
Get PushNotificationInfo. -
-
Constructor Detail
-
CallCompositePushNotification
CallCompositePushNotification(Map<String, String> notification)
Create CallCompositePushNotification.- Parameters:
notification
- Notification map.The map received for incoming call will contain the following keys:"callId", "recipientId", "callerId","displayName", "videoCall", "cp", "eventId".
-
-
Method Detail
-
getFromDisplayName
String getFromDisplayName()
Get from display name.
-
getFrom
CommunicationIdentifier getFrom()
Get from.
-
isIncomingWithVideo
boolean isIncomingWithVideo()
Is Incoming with Video.
-
getTo
CommunicationIdentifier getTo()
Get to.
-
getEventType
CallCompositePushNotificationEventType getEventType()
Get push notification event type.
-
getNotificationInfo
Map<String, String> getNotificationInfo()
Get PushNotificationInfo.
-
-
-
-