showMissedCallNotification

open fun showMissedCallNotification(notificationPendingIntent: PendingIntent, callDisplayName: String, notificationId: Int, payload: Map<String, Any?>)


open fun showMissedCallNotification(notificationPendingIntent: PendingIntent, callDisplayName: String, notificationId: Int)

Deprecated

Use the one with payload: Map<String, Any?>

Replace with

Use the one with payload: Map<String, Any?>