SdkContext

class SdkContext @RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP]) constructor(@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP]) val context: Context, @RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP]) val sdkConfiguration: SdkConfiguration) : AutoCloseable

The TomTom SDK context, including configuration options and bootstrapping objects common across the different modules.

Parameters

context

the Android Context of the customer application.

sdkConfiguration

the SdkConfiguration to configure the SDK.

Throws

Constructors

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
constructor(@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP]) context: Context, @RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP]) sdkConfiguration: SdkConfiguration)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
open override fun close()