Packagecom.distriqt.extension.adverts.ump
Classpublic class ConsentRequestParameters
InheritanceConsentRequestParameters Inheritance Object

Defines the parameters sent on updating user consent info.



Public Properties
 PropertyDefined By
  debugSettings : ConsentDebugSettings
ConsentRequestParameters
  tagForUnderAgeOfConsent : Boolean = false
ConsentRequestParameters
Public Methods
 MethodDefined By
  
ConsentRequestParameters
  
Sets the ConsentDebugSettings.
ConsentRequestParameters
  
setTagForUnderAgeOfConsent(tagForUnderAgeOfConsent:Boolean):ConsentRequestParameters
Sets whether the user is tagged for under age of consent.
ConsentRequestParameters
Property Detail
debugSettingsproperty
public var debugSettings:ConsentDebugSettings

See also

tagForUnderAgeOfConsentproperty 
public var tagForUnderAgeOfConsent:Boolean = false

See also

Constructor Detail
ConsentRequestParameters()Constructor
public function ConsentRequestParameters()



Method Detail
setConsentDebugSettings()method
public function setConsentDebugSettings(settings:ConsentDebugSettings):ConsentRequestParameters

Sets the ConsentDebugSettings. If null, no debug setting will be used.

Parameters

settings:ConsentDebugSettings

Returns
ConsentRequestParametersConsentRequestParameters instance for chaining calls
setTagForUnderAgeOfConsent()method 
public function setTagForUnderAgeOfConsent(tagForUnderAgeOfConsent:Boolean):ConsentRequestParameters

Sets whether the user is tagged for under age of consent. Default value is false.

Parameters

tagForUnderAgeOfConsent:Boolean

Returns
ConsentRequestParametersConsentRequestParameters instance for chaining calls