Package com.tomtom.sdk.featuretoggle

Types

Link copied to clipboard
object FeatureToggleApi : FeatureToggleController

This class exposes control of experimental behavior of the SDK by turning on some experimental features. Production use of such features is generally not advised and should be treated with caution.

Link copied to clipboard
class FeatureToggleApiNotInitializedException(message: String) : IllegalStateException

Exception indicating that there was an attempt of using Feature Toggle API without initializing it before.

Link copied to clipboard
interface FeatureToggleController

This class controls toggling some experimental SDK features. Production use of such features is generally not advised and should be treated with caution.

Link copied to clipboard
annotation class PublicPreviewFeatureToggleApi
Link copied to clipboard
data class RuntimeFeature(val featureType: RuntimeFeature.Type, val isEnabled: Boolean)

Represents an experimental SDK feature that can be enabled at runtime