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 -
fetchFlags(
) → Future< void> -
getFlagModification(
String key) → Modification? -
getFlagStatus(
String key) → FlagStatus -
getModification<
T> (String key, T defaultValue, {bool activate = false}) → T -
getModificationInfo(
String key) → Map< String, dynamic> ? -
lookupHits(
) → void -
lookupVisitor(
String visitoId) → Future< bool> -
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 -
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