SDK
SDK
/
com.ciscowebex.androidsdk
/
CompletionHandler
Completion
Handler
interface
CompletionHandler
<
T
>
Content copied to clipboard
A callback handler to be executed when a operation is completed.
Functions
Functions
on
Complete
Link copied to clipboard
abstract
fun
onComplete
(
result
:
Result
<
T
>
)
Content copied to clipboard
A callback to be executed when a operation is completed.