kord-common
common
kord-common
/
dev.kord.common.entity
/
ActivityType
Activity
Type
@
Serializable
(
with
=
ActivityType.Serializer::class
)
sealed
class
ActivityType
(
source
)
Inheritors
Unknown
Game
Streaming
Listening
Watching
Custom
Competing
Members
Types
Companion
Link copied to clipboard
object
Companion
Competing
Link copied to clipboard
object
Competing
:
ActivityType
Custom
Link copied to clipboard
object
Custom
:
ActivityType
Game
Link copied to clipboard
object
Game
:
ActivityType
Listening
Link copied to clipboard
object
Listening
:
ActivityType
Streaming
Link copied to clipboard
object
Streaming
:
ActivityType
Unknown
Link copied to clipboard
class
Unknown
(
val
code
:
Int
)
:
ActivityType
Watching
Link copied to clipboard
object
Watching
:
ActivityType
Functions
equals
Link copied to clipboard
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
override
fun
toString
(
)
:
String
Properties
code
Link copied to clipboard
val
code
:
Int