toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
MessageCommand
Message
Command
data
class
MessageCommand
(
val
header
:
String
?
=
null
,
val
text
:
String
,
val
timeoutMs
:
Long
?
=
null
)
Members
Constructors
Message
Command
Link copied to clipboard
constructor
(
header
:
String
?
=
null
,
text
:
String
,
timeoutMs
:
Long
?
=
null
)
Properties
header
Link copied to clipboard
val
header
:
String
?
=
null
text
Link copied to clipboard
val
text
:
String
timeout
Ms
Link copied to clipboard
val
timeoutMs
:
Long
?
=
null