AtomicX Core API
androidJvm
AtomicX Core API
/
io.trtc.tuikit.atomicxcore.api
/
ListResultCompletionHandler
List
Result
Completion
Handler
interface
ListResultCompletionHandler
<
T
>
Members
Functions
on
Failure
Link copied to clipboard
abstract
fun
onFailure
(
code
:
Int
,
desc
:
String
)
on
Success
Link copied to clipboard
abstract
fun
onSuccess
(
result
:
List
<
T
>
,
cursor
:
String
)