AirshipPrivacyManager class

Constructors

AirshipPrivacyManager(AirshipModule module)

Properties

enabledFeatures → Future<List<Feature>>
Returns a List with the enabled features.
no setter
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

disableFeatures(List<Feature> features) → Future<void>
Disables one or many features.
enableFeatures(List<Feature> features) → Future<void>
Enables one or many features.
isFeaturesEnabled(List<Feature> features) → Future<bool>
Checks if a given list of features are enabled or not.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setEnabledFeatures(List<Feature> features) → Future<void>
Sets the SDK features that will be enabled. The rest of the features will be disabled.
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited