//mapboxpluginoffline/io.github.xit0c.mapboxpluginoffline/OfflineDownloadReceiver/onCreateError
[androidJvm]
open fun onCreateError(context: Context, options: OfflineDownloadOptions, error: String?)
Called when a download creation fails, see OfflineManager.CreateOfflineRegionCallback.onError().
androidJvm
context | Receiver Context. |
options | The options used to create the download. |
error | Error message. |