NotificationState

sealed class NotificationState

Inheritors

Types

Link copied to clipboard
class CANCELLED(val notificationId: Int) : NotificationState
Link copied to clipboard
class POSTED(val notificationId: Int, val notification: Notification, val ongoing: Boolean) : NotificationState