library
Toggle table of contents
4.12.0-dev
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
library
library
/
org.xmtp.android.library
/
NotificationState
Notification
State
sealed
class
NotificationState
Local notification state. Reading it makes no backend request.
Inheritors
Disabled
Enabled
Failed
Members
Types
Companion
Link copied to clipboard
object
Companion
Disabled
Link copied to clipboard
object
Disabled
:
NotificationState
Enabled
Link copied to clipboard
object
Enabled
:
NotificationState
Failed
Link copied to clipboard
class
Failed
(
val
error
:
NotificationError
)
:
NotificationState