onBuildMissedCallNotification    
  open fun onBuildMissedCallNotification(builder: NotificationCompat.Builder, callDisplayName: String?): NotificationCompat.Builder
Deprecated
Use the one with payload: Map<String, Any?>
Replace with
onBuildMissedCallNotification(builder,callDisplayName,emptyMap())Content copied to clipboard
Intercept the notification builder and modify it before it is posted.
Parameters
builder
The notification builder.
callDisplayName  
The name of the caller to display in the notification.