toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.actions.temp.fcast
/
FcastSession
Fcast
Session
class
FcastSession
(
hostAddress
:
String
)
:
AutoCloseable
(
source
)
Members
Constructors
Fcast
Session
Link copied to clipboard
constructor
(
hostAddress
:
String
)
Properties
tag
Link copied to clipboard
val
tag
:
String
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
open
Link copied to clipboard
@
WorkerThread
fun
open
(
)
:
Socket
ping
Link copied to clipboard
fun
ping
(
)
send
Message
Link copied to clipboard
fun
<
T
>
sendMessage
(
opcode
:
Opcode
,
message
:
T
)