DecisionManager class abstract

Inheritance
Implementers

Constructors

DecisionManager(Service service)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service Service
getter/setter pair

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