Package-level declarations

Types

Link copied to clipboard
interface Downloader

Downloader interface used by SDK to download files (maps, voices, databases) If none is specified in com.sygic.sdk.context.SygicContextInitRequest, SDK will use android system downloader

Link copied to clipboard
sealed class DownloadError : Parcelable
Link copied to clipboard
fun interface DownloadListener

Download listener interface used for updating download status of started Downloader.download

Link copied to clipboard
data class DownloadRequest(val url: String, val destinationPath: String, val headers: Map<String, String>) : Parcelable

Download request class used in Downloader.download method

Link copied to clipboard
sealed class DownloadStatus

Download status class used in DownloadListener.onStatusChanged method