Package | com.distriqt.extension.adverts.ump.events |
Class | public class ConsentInformationEvent |
Inheritance | ConsentInformationEvent flash.events.Event |
Property | Defined By | ||
---|---|---|---|
error : Error
Error information
| ConsentInformationEvent |
Method | Defined By | ||
---|---|---|---|
ConsentInformationEvent(type:String, error:Error = null, bubbles:Boolean = false, cancelable:Boolean = false) | ConsentInformationEvent | ||
clone():Event [override] | ConsentInformationEvent |
Constant | Defined By | ||
---|---|---|---|
CONSENT_INFO_UPDATE_FAILURE : String = consentInfoUpdateFailure [static]
| ConsentInformationEvent | ||
CONSENT_INFO_UPDATE_SUCCESS : String = consentInfoUpdateSuccess [static]
| ConsentInformationEvent |
error | property |
public var error:Error
Error information
ConsentInformationEvent | () | Constructor |
public function ConsentInformationEvent(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_INFO_UPDATE_FAILURE | Constant |
public static const CONSENT_INFO_UPDATE_FAILURE:String = consentInfoUpdateFailure
CONSENT_INFO_UPDATE_SUCCESS | Constant |
public static const CONSENT_INFO_UPDATE_SUCCESS:String = consentInfoUpdateSuccess