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-api
/
org.jellyfin.sdk.api.sockets
/
SocketApi
/
subscribe
subscribe
abstract
fun
<
T
:
ERROR CLASS: Symbol not found for OutboundWebSocketMessage
>
subscribe
(
messageType
:
KClass
<
T
>
)
:
ERROR CLASS: Symbol not found for Flow<T>
Subscribe to a specific WebSocket message type.
See also
SocketApi.
subscribe
All