toggle menu
pipecat-client-android-docs
androidJvm
switch theme
search in API
pipecat-client-android
/
ai.pipecat.client.utils
Package-level
declarations
Types
Functions
Types
Thread
Ref
Link copied to clipboard
class
ThreadRef
(
val
thread
:
Thread
,
val
handler
:
Handler
)
The thread used by the VoiceClient for callbacks and other operations.
Functions
parse
Server
Sent
Events
Link copied to clipboard
fun
InputStream
.
parseServerSentEvents
(
action
:
(
String
)
->
Unit
)