AddRegionCallback

interface AddRegionCallback

Interface definition for a callback to be invoked when the offline region has been added to the engine.

Functions

onAdded
Link copied to clipboard
abstract fun onAdded()
Invoked when the region has been added.
onError
Link copied to clipboard
abstract fun onError(e: Exception)
Invoked when an error happened.