NotificationStatus

sealed class NotificationStatus

The status of a notification for a specific user. Valid values are READ, UNREAD, and HIDDEN (removes the notification from the widget).

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : NotificationStatus
Link copied to clipboard

Properties

Link copied to clipboard
abstract val value: String