Packagecom.distriqt.extension.adverts.consent
Classpublic class ConsentStatus
InheritanceConsentStatus Inheritance Object

Describes the potential values for the consent status



Public Constants
 ConstantDefined By
  NON_PERSONALIZED : String = non_personalized
[static] The user has granted consent for non-personalized ads.
ConsentStatus
  PERSONALIZED : String = personalized
[static] The user has granted consent for personalized ads.
ConsentStatus
  UNKNOWN : String
[static] The user has neither granted nor declined consent for personalized or non-personalized ads.
ConsentStatus
Constant Detail
NON_PERSONALIZEDConstant
public static const NON_PERSONALIZED:String = non_personalized

The user has granted consent for non-personalized ads.

PERSONALIZEDConstant 
public static const PERSONALIZED:String = personalized

The user has granted consent for personalized ads.

UNKNOWNConstant 
public static const UNKNOWN:String

The user has neither granted nor declined consent for personalized or non-personalized ads.