HaishinKit
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
HaishinKit
compose
/
com.haishinkit.compose
/
StreamSessionState
Stream
Session
State
@
Stable
class
StreamSessionState
(
val
session
:
StreamSession
)
:
StreamSession
Members
Constructors
Stream
Session
State
Link copied to clipboard
constructor
(
session
:
StreamSession
)
Properties
is
Connected
Link copied to clipboard
open
override
var
isConnected
:
Boolean
session
Link copied to clipboard
val
session
:
StreamSession
stream
Link copied to clipboard
open
override
val
stream
:
Stream
Functions
close
Link copied to clipboard
open
suspend override
fun
close
(
)
:
Result
<
Unit
>
connect
Link copied to clipboard
open
suspend override
fun
connect
(
method
:
StreamSession.Method
)
:
Result
<
Unit
>