StreamNotificationUpdatesProvider
Functions
Link copied to clipboard
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.
Link copied to clipboard
abstract suspend fun updateIncomingCallNotification(call: Call, callDisplayName: String): Notification?
Update the ringing call notification.
Link copied to clipboard
abstract suspend fun updateOngoingCallNotification(call: Call, callDisplayName: String): Notification?
Update the ongoing call notification.
Link copied to clipboard
abstract suspend fun updateOutgoingCallNotification(call: Call, callDisplayName: String?): Notification?
Update the ringing call notification.