Packagecom.distriqt.extension.adverts.ump
Classpublic class ConsentType
InheritanceConsentType Inheritance Object
Deprecated: Deprecated

Type of user consent.



Public Constants
 ConstantDefined By
  NON_PERSONALIZED : int = 1
[static] User consented to show non personalized ads.
ConsentType
  PERSONALIZED : int = 2
[static] User consented to show personalized ads.
ConsentType
  UNKNOWN : int = 0
[static] Consent type is unknown.
ConsentType
Constant Detail
NON_PERSONALIZEDConstant
public static const NON_PERSONALIZED:int = 1

User consented to show non personalized ads.

PERSONALIZEDConstant 
public static const PERSONALIZED:int = 2

User consented to show personalized ads.

UNKNOWNConstant 
public static const UNKNOWN:int = 0

Consent type is unknown.