IVisitor class abstract

Implementers

Constructors

IVisitor()

Properties

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

Methods

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

Operators

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