Package com.tomtom.sdk.common.android

Types

Link copied to clipboard
object AppVersionProvider
Link copied to clipboard
object BuildInfoProvider
Link copied to clipboard
object LocaleProvider

Provides user preference for the locale and system of measurement.

Link copied to clipboard
object LocationMapper

Provides mapping between Android's Location and the GeoLocation

Link copied to clipboard
class NetworkChecker(context: Context)

Class responsible for checking if the device is connected to the network.

Link copied to clipboard
class ResourcesProvider(context: Context, defaultLocale: Locale = LocaleProvider.getLocale(context))

Provides access to resources in an easier way.

Link copied to clipboard
object URIs

Helper class that facilitates in creation of URIs.

Functions

Link copied to clipboard
fun TypedArray.getURI(@StyleableRes index: Int): URI?

Retrieves the URI value for string based attribute at index.

Link copied to clipboard
fun Uri.toURI(): URI

Creates URI from given android Uri.

Properties

Link copied to clipboard
val Context.sdkFilesDir: File

GO SDK equivalent of Context.getFilesDir where go sdk files should be stored to avoid collision with client app files that may endup in the files dir as well.