AtomicX Core API
androidJvm
AtomicX Core API
/
io.trtc.tuikit.atomicxcore.api.live
/
LiveInfoCompletionHandler
Live
Info
Completion
Handler
interface
LiveInfoCompletionHandler
Metadata completion callback closure.
Members
Functions
on
Failure
Link copied to clipboard
abstract
fun
onFailure
(
code
:
Int
,
desc
:
String
)
on
Success
Link copied to clipboard
abstract
fun
onSuccess
(
liveInfo
:
LiveInfo
)