Packagecom.distriqt.extension.adverts.ump.events
Classpublic class UserMessagingPlatformEvent
InheritanceUserMessagingPlatformEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  error : Error
Error information
UserMessagingPlatformEvent
Public Methods
 MethodDefined By
  
UserMessagingPlatformEvent(type:String, error:Error = null, bubbles:Boolean = false, cancelable:Boolean = false)
UserMessagingPlatformEvent
  
clone():Event
[override]
UserMessagingPlatformEvent
Public Constants
 ConstantDefined By
  CONSENT_FORM_DISMISSED : String = consentFormDismissed
[static] Dispatched when the consent form was dismissed.
UserMessagingPlatformEvent
  CONSENT_FORM_LOAD_FAILURE : String = consentFormLoadFailure
[static]
UserMessagingPlatformEvent
  CONSENT_FORM_LOAD_SUCCESS : String = consentFormLoadSuccess
[static]
UserMessagingPlatformEvent
Property Detail
errorproperty
public var error:Error

Error information

Constructor Detail
UserMessagingPlatformEvent()Constructor
public function UserMessagingPlatformEvent(type:String, error:Error = null, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
error:Error (default = null)
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
CONSENT_FORM_DISMISSEDConstant
public static const CONSENT_FORM_DISMISSED:String = consentFormDismissed

Dispatched when the consent form was dismissed.

CONSENT_FORM_LOAD_FAILUREConstant 
public static const CONSENT_FORM_LOAD_FAILURE:String = consentFormLoadFailure

CONSENT_FORM_LOAD_SUCCESSConstant 
public static const CONSENT_FORM_LOAD_SUCCESS:String = consentFormLoadSuccess