Airship Privacy Manager interface.
More...
Airship Privacy Manager interface.
◆ DisableFeatures()
| Task AirshipDotNet.IAirshipPrivacyManager.DisableFeatures |
( |
Features | features | ) |
|
Disables specific features.
- Parameters
-
| features | The features to disable. |
◆ EnableFeatures()
| Task AirshipDotNet.IAirshipPrivacyManager.EnableFeatures |
( |
Features | features | ) |
|
Enables specific features.
- Parameters
-
| features | The features to enable. |
◆ GetEnabledFeatures()
| Task< Features > AirshipDotNet.IAirshipPrivacyManager.GetEnabledFeatures |
( |
| ) |
|
Gets the currently enabled features.
- Returns
- The enabled features.
◆ IsAnyFeatureEnabled()
| Task< bool > AirshipDotNet.IAirshipPrivacyManager.IsAnyFeatureEnabled |
( |
| ) |
|
Checks if any feature is enabled.
- Returns
- True if any feature is enabled, false otherwise.
◆ IsFeatureEnabled()
| Task< bool > AirshipDotNet.IAirshipPrivacyManager.IsFeatureEnabled |
( |
Features | feature | ) |
|
Checks if a specific feature is enabled.
- Parameters
-
| feature | The feature to check. |
- Returns
- True if the feature is enabled, false otherwise.
◆ SetEnabledFeatures()
| Task AirshipDotNet.IAirshipPrivacyManager.SetEnabledFeatures |
( |
Features | features | ) |
|
Sets the enabled features.
- Parameters
-
| features | The features to enable. |
◆ EnabledFeatures
| Features AirshipDotNet.IAirshipPrivacyManager.EnabledFeatures |
|
getset |
Gets or sets the enabled features.