sdk-maps-static-image / com.tomtom.online.sdk.staticimage / DownloadListener

DownloadListener

interface DownloadListener

Callback for the download result.

Functions

onFailed

abstract fun onFailed(url: String!): Unit

Downloading of the resource failed.

onReady

abstract fun onReady(resource: Drawable!, url: String!): Unit

Success case.