ConnectHandler

object ConnectHandler : CompletionHandler<Void?, CancellableContinuation<Unit>>

Functions

Link copied to clipboard
open override fun completed(result: Void?, cont: CancellableContinuation<Unit>)
Link copied to clipboard
open override fun failed(ex: Throwable, cont: CancellableContinuation<Unit>)