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
if the SdkConfiguration is not supported.
Constructors
Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP] )