//mapboxpluginoffline/io.github.xit0c.mapboxpluginoffline/OfflineDownloadReceiver/onDeleteError
[androidJvm]\
open fun onDeleteError(context: Context, download: OfflineDownload, error: String?)
Called when a download is canceled but the region deletion fails, see OfflineRegion.OfflineRegionDeleteCallback.onError().
androidJvm
context | Receiver Context. |
download | The canceled but not deleted download. |
error | Error message. |