onResult

abstract fun onResult(@Nullable result: HashMap<String, MPImageBatchItem>, @Nullable error: MIError)

Parameters

result

A HashMap of key (image Url string) / values (MPImageBatchItem objects). Can be null

error

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