Packagecom.distriqt.extension.adverts.consent
Classpublic class ConsentDialogContent
InheritanceConsentDialogContent Inheritance Object



Public Properties
 PropertyDefined By
  contentText : String
ConsentDialogContent
  mediationPartnersText : String
ConsentDialogContent
  moreInfoText : String
ConsentDialogContent
  title : String
ConsentDialogContent
Public Methods
 MethodDefined By
  
ConsentDialogContent
  
Set the main text content of the consent dialog.
ConsentDialogContent
  
setMediationPartnersText(mediationPartnersText:String):ConsentDialogContent
Set the more info text of the consent dialog
ConsentDialogContent
  
Set the more info text of the consent dialog
ConsentDialogContent
  
Set the title of the consent dialog
ConsentDialogContent
Property Detail
contentTextproperty
public var contentText:String

See also

mediationPartnersTextproperty 
public var mediationPartnersText:String

See also

moreInfoTextproperty 
public var moreInfoText:String

See also

titleproperty 
public var title:String

See also

Constructor Detail
ConsentDialogContent()Constructor
public function ConsentDialogContent()



Method Detail
setContentText()method
public function setContentText(contentText:String):ConsentDialogContent

Set the main text content of the consent dialog. Be sure to include %MORE_INFO% as a placeholder to insert a link to the more info section.

Parameters

contentText:String

Returns
ConsentDialogContentConsentDialogContent instance for chaining calls
setMediationPartnersText()method 
public function setMediationPartnersText(mediationPartnersText:String):ConsentDialogContent

Set the more info text of the consent dialog

Parameters

mediationPartnersText:String

Returns
ConsentDialogContentConsentDialogContent instance for chaining calls
setMoreInfoText()method 
public function setMoreInfoText(moreInfoText:String):ConsentDialogContent

Set the more info text of the consent dialog

Parameters

moreInfoText:String

Returns
ConsentDialogContentConsentDialogContent instance for chaining calls
setTitle()method 
public function setTitle(title:String):ConsentDialogContent

Set the title of the consent dialog

Parameters

title:String

Returns
ConsentDialogContentConsentDialogContent instance for chaining calls