Privacy Settings Keys#
Paths for the various expected privacy settings.
These can be used to manually access the settings values or to subscribe for change notifications on either each individual setting or the entire privacy settings tree.
Variables#
- constexpr const char * omni::extras::PrivacySettings::kEmailKey
The settings key path for the current user's email address.
- constexpr const char * omni::extras::PrivacySettings::kExternalBuildKey
The settings key path for the 'external build' flag.
- constexpr const char * omni::extras::PrivacySettings::kExtraDiagnosticDataOptInKey
The settings key path for the 'send extra diagnostic data' flag.
- constexpr const char * omni::extras::PrivacySettings::kIdpIdKey
The settings key path for the identity provider's identifier.
- constexpr const char * omni::extras::PrivacySettings::kIdpNameKey
The settings key path for the identity provider's name.
- constexpr const char * omni::extras::PrivacySettings::kPerformanceKey
The settings key path for the 'performance' consent level.
- constexpr const char * omni::extras::PrivacySettings::kPersonalizationKey
The settings key path for the 'personalization' consent level.
- constexpr const char * omni::extras::PrivacySettings::kSettingTree
The settings key path for all of the privacy settings tree.
- constexpr const char * omni::extras::PrivacySettings::kUsageKey
The settings key path for the 'usage' consent level.
- constexpr const char * omni::extras::PrivacySettings::kUserIdKey
The settings key path for the current user ID name.
- constexpr const char * omni::extras::PrivacySettings::kVersionKey
The settings key path for the version of the privacy settings file.