SendbirdUIKit
3.21.1
SendbirdUIKit
/
com.sendbird.uikit.interfaces
/
OnListResultHandler
On
List
Result
Handler
interface
OnListResultHandler
<
T
>
Interface definition for a callback to be invoked when getting a result. since 1.2.0
Functions
Functions
on
Result
Link copied to clipboard
abstract
fun
onResult
(
@
Nullable
result
:
List
<
T
>
,
@
Nullable
e
:
SendbirdException
)
Called when a result has been completed.