OnResultAndDataReadyListener

interface OnResultAndDataReadyListener<T>

A listener used for returning either data or an error Copyright © 2020 MapsPeople A/S. All rights reserved.

Functions

Link copied to clipboard
abstract fun onResultReady(@Nullable data: T, @Nullable error: MIError)
Callback used by the data loaders