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.medianotifications
/
MediaNotificationContent
Media
Notification
Content
data
class
MediaNotificationContent
(
val
contentTitle
:
String
,
val
contentText
:
String
?
=
null
)
Deprecated
This class is deprecated. Use the notification interceptors instead.
Members
Constructors
Media
Notification
Content
Link copied to clipboard
constructor
(
contentTitle
:
String
,
contentText
:
String
?
=
null
)
Properties
content
Text
Link copied to clipboard
val
contentText
:
String
?
content
Title
Link copied to clipboard
val
contentTitle
:
String