onResult

abstract fun onResult(@Nullable result: Bitmap, @Nullable error: MIError)

Parameters

result

The bitmap of the URL requested (if available)

error

If the call didn't succeed, a MIError object with details about it, null on success