Packagecom.distriqt.extension.adverts.ump
Interfacepublic interface UserMessagingPlatform extends flash.events.IEventDispatcher

Entry point for the User Messaging Platform SDK



Public Properties
 PropertyDefined By
  isSupported : Boolean
[read-only] Whether the current service supports this functionality
UserMessagingPlatform
Public Methods
 MethodDefined By
  
Gets the ConsentInformation
UserMessagingPlatform
  
loadConsentForm():Boolean
Loads a ConsentForm
UserMessagingPlatform
  
showConsentForm():Boolean
Shows the consent form
UserMessagingPlatform
Property Detail
isSupportedproperty
isSupported:Boolean  [read-only]

Whether the current service supports this functionality


Implementation
    public function get isSupported():Boolean
Method Detail
getConsentInformation()method
public function getConsentInformation():ConsentInformation

Gets the ConsentInformation

Returns
ConsentInformation
loadConsentForm()method 
public function loadConsentForm():Boolean

Loads a ConsentForm

Returns
Boolean
showConsentForm()method 
public function showConsentForm():Boolean

Shows the consent form

Returns
Boolean