public
static
final
TermsAndConditionsCheckOption
ENABLED
Terms and conditions checks are enabled.
public
static
final
TermsAndConditionsCheckOption
SKIPPED
Terms and Conditions checks are skipped. Users of this option need to ensure that the user has
accepted an appropriate set of Terms and Conditions that encompass the Terms of Use that govern
usage of the Navigation SDK.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-17 UTC."],[[["`TermsAndConditionsCheckOption` is an enum used to control terms and conditions checks within the Navigation SDK."],["It offers two options: `ENABLED` (default behavior) and `SKIPPED` for cases where the user has already accepted relevant terms."],["When using `SKIPPED`, developers are responsible for ensuring prior user consent to the Navigation SDK's Terms of Use."],["It's passed to `NavigationApi.getNavigator()` during initialization to configure this behavior."]]],[]]