//mapboxpluginoffline/io.github.xit0c.mapboxpluginoffline
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. |