| 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 | ||
| PRIVACY_OPTIONS_FORM_DISMISSED : String = privacyOptionsFormDismissed [static]
Dispatched when the privacy options form was dismissed. | UserMessagingPlatformEvent | ||
| error | property |
public var error:ErrorError 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():EventReturnsEvent |
| CONSENT_FORM_DISMISSED | Constant |
public static const CONSENT_FORM_DISMISSED:String = consentFormDismissedDispatched 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
| PRIVACY_OPTIONS_FORM_DISMISSED | Constant |
public static const PRIVACY_OPTIONS_FORM_DISMISSED:String = privacyOptionsFormDismissedDispatched when the privacy options form was dismissed.