mapbox-plugin-offline

//mapboxpluginoffline/io.github.xit0c.mapboxpluginoffline

Package io.github.xit0c.mapboxpluginoffline

Types

Name Summary
OfflineDownloadReceiver [androidJvm]
open class OfflineDownloadReceiver : BroadcastReceiver
This BroadcastReceiver can be used to intercept OfflineService events and monitor active downloads.
OfflineService [androidJvm]
class OfflineService : Service
This is the core of the plugin. It manages the downloads, shows notifications and dispatches events that OfflineDownloadReceivers can listen to.