CompletionHandler

interface CompletionHandler<T>

A callback handler to be executed when a operation is completed.

Functions

Link copied to clipboard
abstract fun onComplete(result: Result<T>)
A callback to be executed when a operation is completed.