StreamNotificationUpdateInterceptors
Interceptor for notification updates.
Functions
Link copied to clipboard
open suspend fun onUpdateIncomingCallNotification(builder: NotificationCompat.Builder, callDisplayName: String? = null, call: Call): NotificationCompat.Builder
Intercept the notification builder and modify it before it is posted.
Link copied to clipboard
open suspend fun onUpdateMediaNotificationMetadata(builder: MediaMetadataCompat.Builder, call: Call, callDisplayName: String? = null): MediaMetadataCompat.Builder
Intercept the media notification metadata builder and modify it before it is posted for updating.
Link copied to clipboard
open suspend fun onUpdateMediaNotificationPlaybackState(builder: PlaybackStateCompat.Builder, call: Call, callDisplayName: String? = null): PlaybackStateCompat.Builder
Intercept the media notification playback state builder and modify it before it is posted for updating.
Link copied to clipboard
open suspend fun onUpdateMediaSessionCompat(application: Application, channelId: String): MediaSessionCompat?
Intercept the media session creation and modify it before it is posted.
Link copied to clipboard
open suspend fun onUpdateOngoingCallMediaNotification(builder: NotificationCompat.Builder, callDisplayName: String? = null, call: Call): NotificationCompat.Builder
Intercept the notification builder and modify it before it is posted.
Link copied to clipboard
open suspend fun onUpdateOngoingCallNotification(builder: NotificationCompat.Builder, callDisplayName: String? = null, call: Call): NotificationCompat.Builder
Intercept the notification builder and modify it before it is posted.
Link copied to clipboard
open suspend fun onUpdateOutgoingCallNotification(builder: NotificationCompat.Builder, callDisplayName: String? = null, call: Call): NotificationCompat.Builder
Intercept the notification builder and modify it before it is posted.