DecisionManager class abstract
- Inheritance
-
- Object
- IDecisionManager
- DecisionManager
- Implementers
Constructors
- DecisionManager(Service service)
Properties
Methods
-
getCampaigns(
String envId, String visitorId, String? anonymousId, bool hasConsented, Map< String, Object> context) → Future<Campaigns> -
inherited
-
getModifications(
List< Campaign> campaigns) → Map<String, Modification> -
override
-
isPanic(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startPolling(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updatePanicMode(
bool newValue) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited