ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
jetstream
/
app.bsky.jetstream
/
SubscribeEventKind
Subscribe
Event
Kind
@
Serializable
(
with
=
SubscribeEventKindSerializer::class
)
sealed
class
SubscribeEventKind
:
AtpEnum
Inheritors
Commit
Identity
Account
Unknown
Members
Types
Account
Link copied to clipboard
data
object
Account
:
SubscribeEventKind
Commit
Link copied to clipboard
data
object
Commit
:
SubscribeEventKind
Companion
Link copied to clipboard
object
Companion
Identity
Link copied to clipboard
data
object
Identity
:
SubscribeEventKind
Unknown
Link copied to clipboard
data
class
Unknown
(
val
rawValue
:
String
)
:
SubscribeEventKind
Properties
value
Link copied to clipboard
open
override
val
value
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String