on Info Provided
abstract fun onInfoProvided(resumedInstalls: List<ResumedMapLoaderOperation>, resumedUpdates: List<ResumedMapLoaderOperation>, result: MapLoader.LoadResult)
Content copied to clipboard
Called when MapLoader successfully resumes installations.
Parameters
resumedInstalls
List of resumed install tasks, represented by ResumedMapLoaderOperation.
resumedUpdates
List of resumed update tasks, represented by ResumedMapLoaderOperation.
result
Result code indicating whether the resume was successful or not.