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 char omni::extras::PrivacySettings::kEmailKey
 The settings key path for the current user's email address.
- constexpr char omni::extras::PrivacySettings::kExternalBuildKey
 The settings key path for the 'external build' flag.
- constexpr char omni::extras::PrivacySettings::kExtraDiagnosticDataOptInKey
 The settings key path for the 'send extra diagnostic data' flag.
- constexpr char omni::extras::PrivacySettings::kIdpIdKey
 The settings key path for the identity provider's identifier.
- constexpr char omni::extras::PrivacySettings::kIdpNameKey
 The settings key path for the identity provider's name.
- constexpr char omni::extras::PrivacySettings::kPerformanceKey
 The settings key path for the 'performance' consent level.
- constexpr char omni::extras::PrivacySettings::kPersonalizationKey
 The settings key path for the 'personalization' consent level.
- constexpr char omni::extras::PrivacySettings::kSettingTree
 The settings key path for all of the privacy settings tree.
- constexpr char omni::extras::PrivacySettings::kUsageKey
 The settings key path for the 'usage' consent level.
- constexpr char omni::extras::PrivacySettings::kUserIdKey
 The settings key path for the current user ID name.
- constexpr char omni::extras::PrivacySettings::kVersionKey
 The settings key path for the version of the privacy settings file.