VisitorDelegate class

Implemented types

Constructors

VisitorDelegate(Visitor visitor)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visitor Visitor
final

Methods

activateFlag(Modification pModification) Future<void>
override
activateModification(String key) Future<void>
override
authenticateVisitor(String visitorId) → dynamic
override
cacheVisitor(String visitorId, String jsonString) → void
override
getFlagModification(String key) Modification?
override
getModification<T>(String key, T defaultValue, {bool activate = false}) → T
override
getModificationInfo(String key) Map<String, dynamic>?
override
getStrategy() DefaultStrategy
lookupHits() → void
override
lookupVisitor(String visitoId) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onExposure(Modification pModification) → void
override
sendHit(BaseHit hit) Future<void>
override
setConsent(bool isConsent) → void
override
synchronizeModifications() Future<Error?>
override
toString() String
A string representation of this object.
inherited
unAuthenticateVisitor() → dynamic
override
updateContext<T>(String key, T value) → void
override

Operators

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