AirshipSDK.AirshipPrivacyManager Class Reference
Airship Privacy Manager. More...
Public Member Functions | |
| void | SetEnabledFeatures (string[] enabledFeatures) |
| Sets the current set of enabled features. | |
| string[] | GetEnabledFeatures () |
| Gets the current enabled features. | |
| void | EnableFeatures (string[] features) |
| Enables additional features. | |
| void | DisableFeatures (string[] features) |
| Disable features. | |
| bool | IsFeaturesEnabled (string[] features) |
| Checks if the features are enabled or not. | |
Detailed Description
Airship Privacy Manager.
Member Function Documentation
◆ DisableFeatures()
◆ EnableFeatures()
◆ GetEnabledFeatures()
|
inline |
Gets the current enabled features.
- Returns
- The current enabled features.
◆ IsFeaturesEnabled()
Checks if the features are enabled or not.
- Parameters
-
features The features to check
true if the features are enabled, otherwise false
References AirshipSDK.List.
◆ SetEnabledFeatures()
Sets the current set of enabled features.
- Parameters
-
enabledFeatures The features to set.
References AirshipSDK.List.
1.9.8