stream-video-android
Toggle table of contents
1.25.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-video-android
stream-video-android-core
/
io.getstream.video.android.core.notifications.dispatchers
/
DefaultNotificationDispatcher
Default
Notification
Dispatcher
class
DefaultNotificationDispatcher
(
val
notificationManager
:
NotificationManagerCompat
)
:
NotificationDispatcher
Members
Constructors
Default
Notification
Dispatcher
Link copied to clipboard
constructor
(
notificationManager
:
NotificationManagerCompat
)
Properties
notification
Manager
Link copied to clipboard
val
notificationManager
:
NotificationManagerCompat
Functions
notify
Link copied to clipboard
@
RequiresPermission
(
value
=
"android.permission.POST_NOTIFICATIONS"
)
open
override
fun
notify
(
streamCallId
:
StreamCallId
,
id
:
Int
,
notification
:
Notification
)