OfflineRegionObserver

Deprecated

A region can have a single observer, which gets notified whenever a change to the region's status occurs.

Functions

Link copied to clipboard
abstract fun errorOccurred(@NonNull error: OfflineRegionError)
Implement this method to be notified of errors encountered while downloading regional resources.
Link copied to clipboard
abstract fun statusChanged(@NonNull status: OfflineRegionStatus)
Implement this method to be notified of a change in the status of an offline region.