jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
jellyfin-sdk-kotlin
jellyfin-model
/
org.jellyfin.sdk.model.socket
Package-level
declarations
Types
Types
Periodic
Listener
Period
Link copied to clipboard
common
@
Serializable
(
with
=
PeriodicListenerPeriod.Serializer::class
)
data
class
PeriodicListenerPeriod
(
val
initialDelay
:
Duration
=
Duration.ZERO
,
val
interval
:
Duration
=
1.seconds
)