CallNotificationListener

interface CallNotificationListener

Listener for call notifications

Since

v1.1.0

Functions

Link copied to clipboard
abstract fun onCreateNotification(    callInfo: CallInfo,     type: CallNotificationType,     notificationStyle: CallNotificationStyle)

This method will be called when a notification is going to be displayed. The notification look&feel can be customized here.

Link copied to clipboard
abstract fun onIncomingCall(    call: IncomingCall,     isDnd: Boolean,     isScreenLocked: Boolean)

This method will be called when an incoming call has been received. Here it is possible to launch the incoming call as activity, notification or not display it at all.

Inheritors

Link copied to clipboard