NoConsentStrategy class
- Inheritance
 - 
    
- Object
 - DefaultStrategy
 - NoConsentStrategy
 
 
Constructors
- NoConsentStrategy(Visitor visitor)
 
Properties
Methods
- 
  activateFlag(
Modification pFlag) → Future< void>  - 
  
  override
 - 
  activateModification(
String key) → Future< void>  - 
  
  override
 - 
  authenticateVisitor(
String pVisitorId) → dynamic  - 
  
  inherited
 - 
  cacheVisitor(
String visitorId, String jsonString) → void  - 
  
  inherited
 - 
  fetchFlags(
) → Future< FetchResponse?>  - 
  
  inherited
 - 
  getFlagModification(
String key) → Modification?  - 
  
  inherited
 - 
  getFlagStatus(
String key) → FlagStatus  - 
  
  inherited
 - 
  getModification<
T> (String key, T defaultValue, {bool activate = false}) → T  - 
  
  inherited
 - 
  getModificationInfo(
String key) → Map< String, dynamic> ? - 
  
  inherited
 - 
  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  - 
  
  inherited
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 - 
  unAuthenticateVisitor(
) → dynamic  - 
  
  inherited
 - 
  updateContext<
T> (String key, T value) → void  - 
  
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited