mapbox-plugin-offline

//mapboxpluginoffline/io.github.xit0c.mapboxpluginoffline/OfflineDownloadReceiver/onDeleteError

onDeleteError

[androidJvm]\

@CallSuper

open fun onDeleteError(context: Context, download: OfflineDownload, error: String?)

Called when a download is canceled but the region deletion fails, see OfflineRegion.OfflineRegionDeleteCallback.onError().

Parameters

androidJvm

   
context Receiver Context.
download The canceled but not deleted download.
error Error message.