Packagecom.distriqt.extension.adverts.events
Classpublic class FullScreenContentEvent
InheritanceFullScreenContentEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  errorCode : int = -1
The error code is usually ERROR_CODE_INTERNAL_ERROR, ERROR_CODE_INVALID_REQUEST, ERROR_CODE_NETWORK_ERROR, or ERROR_CODE_NO_FILL.
FullScreenContentEvent
  errorMessage : String
Description of the error
FullScreenContentEvent
Public Methods
 MethodDefined By
  
FullScreenContentEvent(type:String, errorCode:int = -1, errorMessage:String, bubbles:Boolean = false, cancelable:Boolean = false)
FullScreenContentEvent
  
clone():Event
[override]
FullScreenContentEvent
Public Constants
 ConstantDefined By
  DISMISSED : String = fullscreencontent_dismissed
[static] Dispatched when the full screen content ad was dismissed (closed)
FullScreenContentEvent
  FAILED_TO_SHOW : String = fullscreencontent_failedtoshow
[static] Dispatched when there was an error attempting to show the full screen content ad
FullScreenContentEvent
  SHOW : String = fullscreencontent_show
[static] Dispatched when a full screen content ad is shown
FullScreenContentEvent
Property Detail
errorCodeproperty
public var errorCode:int = -1

The error code is usually ERROR_CODE_INTERNAL_ERROR, ERROR_CODE_INVALID_REQUEST, ERROR_CODE_NETWORK_ERROR, or ERROR_CODE_NO_FILL.

See also

errorMessageproperty 
public var errorMessage:String

Description of the error

Constructor Detail
FullScreenContentEvent()Constructor
public function FullScreenContentEvent(type:String, errorCode:int = -1, errorMessage:String, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
errorCode:int (default = -1)
 
errorMessage:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
DISMISSEDConstant
public static const DISMISSED:String = fullscreencontent_dismissed

Dispatched when the full screen content ad was dismissed (closed)

FAILED_TO_SHOWConstant 
public static const FAILED_TO_SHOW:String = fullscreencontent_failedtoshow

Dispatched when there was an error attempting to show the full screen content ad

SHOWConstant 
public static const SHOW:String = fullscreencontent_show

Dispatched when a full screen content ad is shown