- 
                    
                    
 public final class CallCompositePushNotificationCallCompositePushNotification for forwarding calling push notifications to UI Library. 
- 
                
                    
                    
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description private final StringfromDisplayNameprivate final CommunicationIdentifierfromprivate final booleanisIncomingWithVideoprivate final StringcallIdprivate final CommunicationIdentifierto
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description CallCompositePushNotification(Map<String, String> notification)Create CallCompositePushNotification. 
 - 
                                
                            
                                Method SummaryModifier 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- 
                                        CallCompositePushNotificationCallCompositePushNotification(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- 
                                        getFromDisplayNameString getFromDisplayName() Get from display name. 
 - 
                                        getFromCommunicationIdentifier getFrom() Get from. 
 - 
                                        isIncomingWithVideoboolean isIncomingWithVideo() Is Incoming with Video. 
 - 
                                        getToCommunicationIdentifier getTo() Get to. 
 - 
                                        getEventTypeCallCompositePushNotificationEventType getEventType() Get push notification event type. 
 - 
                                        getNotificationInfoMap<String, String> getNotificationInfo() Get PushNotificationInfo. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-