//mapboxpluginoffline/io.github.xit0c.mapboxpluginoffline/OfflineDownloadReceiver/onActiveDownloadsChanged
[androidJvm]
open fun onActiveDownloadsChanged(context: Context, activeDownloads: List<OfflineDownload>)
Called when activeDownloads list changes. Override this to respond to generic changes.
androidJvm
io.github.xit0c.mapboxpluginoffline.OfflineDownloadReceiver |
androidJvm
context | Receiver Context. |
activeDownloads | The active downloads list. |