Maps and Navigation SDK
2.1.2
androidJvm
com.tomtom.sdk:feature-toggle
/
com.tomtom.sdk.featuretoggle
/
RuntimeFeature
Runtime
Feature
@
RestrictToExtendedFlavor
(
value
=
[
ExternalScope.LIBRARY_GROUP
]
)
data
class
RuntimeFeature
(
val
featureType
:
RuntimeFeature.Type
,
val
isEnabled
:
Boolean
)
Represents an experimental SDK feature that can be enabled at runtime
Members
Constructors
Runtime
Feature
Link copied to clipboard
constructor
(
featureType
:
RuntimeFeature.Type
,
isEnabled
:
Boolean
)
Types
Type
Link copied to clipboard
@
RestrictToExtendedFlavor
(
value
=
[
ExternalScope.LIBRARY_GROUP
]
)
interface
Type
Properties
feature
Type
Link copied to clipboard
val
featureType
:
RuntimeFeature.Type
is
Enabled
Link copied to clipboard
val
isEnabled
:
Boolean