BucketingManager class

Inheritance
Available Extensions

Constructors

BucketingManager(Service service, int intervalPolling)

Properties

assignationHistory Map<String, dynamic>?
getter/setter pair
bkDataUsage DataUsageTracking?
getter/setter pair
bucketingFolder String
getter/setter pair
fileExists bool
getter/setter pair
fileName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
intervalPolling int
final
lastModfiedKey String
getter/setter pair
polling Polling?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service Service
getter/setter pairinherited

Methods

getCampaigns(String envId, String visitorId, String? anonymousId, bool hasConsented, Map<String, Object> context) Future<Campaigns>
override
getModifications(List<Campaign> campaigns) Map<String, Modification>
inherited
isPanic() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startPolling() → void
override
toString() String
A string representation of this object.
inherited
updateAssignationHistory(Map<String, dynamic> newAssign) → void
override
updatePanicMode(bool newValue) → void
inherited

Operators

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