-
public final class CallCompositePushNotificationCallCompositePushNotification for forwarding calling push notifications to UI Library.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringfromDisplayNameprivate final CommunicationIdentifierfromprivate final booleanisIncomingWithVideoprivate final StringcallIdprivate final CommunicationIdentifierto
-
Constructor Summary
Constructors Constructor Description CallCompositePushNotification(Map<String, String> notification)Create CallCompositePushNotification.
-
Method Summary
Modifier and Type Method Description StringgetFromDisplayName()Get from display name. CommunicationIdentifiergetFrom()Get from. booleanisIncomingWithVideo()Is Incoming with Video. StringgetCallId()Get call id. CommunicationIdentifiergetTo()Get to. CallCompositePushNotificationEventTypegetEventType()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.
-
-
-
-