Package | com.distriqt.extension.adverts.ump.events |
Class | public class UserMessagingPlatformEvent |
Inheritance | UserMessagingPlatformEvent flash.events.Event |
Property | Defined By | ||
---|---|---|---|
error : Error
Error information
| UserMessagingPlatformEvent |
Method | Defined By | ||
---|---|---|---|
UserMessagingPlatformEvent(type:String, error:Error = null, bubbles:Boolean = false, cancelable:Boolean = false) | UserMessagingPlatformEvent | ||
clone():Event [override] | UserMessagingPlatformEvent |
Constant | Defined 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 |
error | property |
public var error:Error
Error information
UserMessagingPlatformEvent | () | Constructor |
public function UserMessagingPlatformEvent(type:String, error:Error = null, bubbles:Boolean = false, cancelable:Boolean = false)
type:String | |
error:Error (default = null )
| |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
|
clone | () | method |
override public function clone():Event
ReturnsEvent |
CONSENT_FORM_DISMISSED | Constant |
public static const CONSENT_FORM_DISMISSED:String = consentFormDismissed
Dispatched when the consent form was dismissed.
CONSENT_FORM_LOAD_FAILURE | Constant |
public static const CONSENT_FORM_LOAD_FAILURE:String = consentFormLoadFailure
CONSENT_FORM_LOAD_SUCCESS | Constant |
public static const CONSENT_FORM_LOAD_SUCCESS:String = consentFormLoadSuccess