DefaultNotificationHandler
Constructors
Properties
Set this to true if you want to make the ringing notifications as low-priority in case the application is in foreground. This will prevent the notification from interrupting the user while he is in the app. In this case you need to make sure to handle this call state and display an incoming call screen.
The notification icon for call notifications.
Functions
Customize the notification when you receive a push notification for ringing call with type RingingState.Incoming
Get subsequent updates to notifications. Initially, notifications are posted by one of the other methods, and then this method can be used to re-post them with updated content.
Customize the notification when you receive a push notification for ringing call with type RingingState.Outgoing and RingingState.Active
Customize the notification when you receive a push notification for ringing call
Customize the notification when you receive a push notification for Live Call
Customize the notification when you receive a push notification for Missed Call
Customize the notification when you receive a push notification for general usage
Customize the notification when you receive a push notification for ringing call, which has further two types RingingState.Incoming and RingingState.Outgoing