DefaultStrategy class
- Implemented types
- Implementers
Constructors
- DefaultStrategy(Visitor visitor)
Properties
Methods
-
activateFlag(
Modification pModification) → Future< void> -
override
-
activateModification(
String key) → Future< void> -
override
-
authenticateVisitor(
String pVisitorId) → dynamic -
override
-
cacheVisitor(
String visitorId, String jsonString) → void -
override
-
fetchFlags(
) → Future< FetchResponse?> -
override
-
getFlagModification(
String key) → Modification? -
override
-
getFlagStatus(
String key) → FlagStatus -
override
-
getModification<
T> (String key, T defaultValue, {bool activate = false}) → T -
override
-
getModificationInfo(
String key) → Map< String, dynamic> ? -
override
-
lookupHits(
) → void -
override
-
lookupVisitor(
String visitoId) → Future< bool> -
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
-
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