Package com.tomtom.sdk.maps.display.copyright

Types

Link copied to clipboard
interface CopyrightsController

Controls the process of fetching copyright contents.

Link copied to clipboard
data class CopyrightsFetchingFailure(val message: String?, val cause: Any? = null)

Failure related to copyrights fetching. It contains information about the cause of the failure.

Link copied to clipboard
interface OnCopyrightsFetchedCallback : Callback<String, CopyrightsFetchingFailure>

Callback for communicating the result of copyrights fetching.