mapbox-plugin-offline

//mapboxpluginoffline/io.github.xit0c.mapboxpluginoffline/OfflineDownloadReceiver/onActiveDownloadsChanged

onActiveDownloadsChanged

[androidJvm]
open fun onActiveDownloadsChanged(context: Context, activeDownloads: List<OfflineDownload>)

Called when activeDownloads list changes. Override this to respond to generic changes.

See also

androidJvm

   
io.github.xit0c.mapboxpluginoffline.OfflineDownloadReceiver  

Parameters

androidJvm

   
context Receiver Context.
activeDownloads The active downloads list.