toggle menu
fl-android-sdk
7.0.266
androidJvm
switch theme
search in API
fl-player
/
com.quickplay.vstb7.player.audio.model
/
NotificationState
Notification
State
sealed
class
NotificationState
Inheritors
POSTED
CANCELLED
Members
Types
CANCELLED
Link copied to clipboard
class
CANCELLED
(
val
notificationId
:
Int
)
:
NotificationState
POSTED
Link copied to clipboard
class
POSTED
(
val
notificationId
:
Int
,
val
notification
:
Notification
,
val
ongoing
:
Boolean
)
:
NotificationState