ContactOperationCallback

interface ContactOperationCallback<T>

ContactOperationCallback can have many results : LOADING when the operation is still in progress SUCCESS when the operation is done succesfully ERROR will be returned when an error has occured

Functions

Link copied to clipboard
abstract fun result(result: OperationResult<T>)