OnlineServicesConfigurationParameters

@Since(version = 1)
@JsonClass(generateAdapter = true)
data class OnlineServicesConfigurationParameters(val onlineServicesFQDN: String)

Data class representing Online Services configuration information.

Constructors

Link copied to clipboard
constructor(onlineServicesFQDN: String)

Properties

Link copied to clipboard

The Fully Qualified Domain Name (FQDN) in format "sub-domain.domain.tld". This parameter is critical for the navigation application startup. This parameter is not dynamic and does not change during the lifetime of the application. Any change in this parameter after the application startup will be ignored.