Packagecom.myflashlab.air.extensions.admob
Classpublic class AdMobEvents
InheritanceAdMobEvents Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  adType : String
[read-only]
AdMobEvents
  errorCode : int
[read-only]
AdMobEvents
  height : int
[read-only]
AdMobEvents
  metadata : String
[read-only]
AdMobEvents
  msg : String
[read-only]
AdMobEvents
  rewardAmount : Number
[read-only]
AdMobEvents
  rewardType : String
[read-only]
AdMobEvents
  width : int
[read-only]
AdMobEvents
Public Constants
 ConstantDefined By
  AD_BEGIN_PLAYING : String = onAdBeginPlaying
[static]
AdMobEvents
  AD_CLOSED : String = onAdClosed
[static]
AdMobEvents
  AD_DELIVER_REWARD : String = onAdDeliverReward
[static]
AdMobEvents
  AD_END_PLAYING : String = onAdEndPlaying
[static]
AdMobEvents
  AD_FAILED : String = onAdFailed
[static]
AdMobEvents
  AD_LEFT_APP : String = onAdLeftApp
[static]
AdMobEvents
  AD_LOADED : String = onAdLoaded
[static]
AdMobEvents
  AD_OPENED : String = onAdOpened
[static]
AdMobEvents
  METADATA_CHANGED : String = onMetadataChanged
[static]
AdMobEvents
  SIZE_MEASURED : String = onBannerSizeMeasured
[static]
AdMobEvents
Property Detail
adTypeproperty
adType:String  [read-only]


Implementation
    public function get adType():String
errorCodeproperty 
errorCode:int  [read-only]


Implementation
    public function get errorCode():int
heightproperty 
height:int  [read-only]


Implementation
    public function get height():int
metadataproperty 
metadata:String  [read-only]


Implementation
    public function get metadata():String
msgproperty 
msg:String  [read-only]


Implementation
    public function get msg():String
rewardAmountproperty 
rewardAmount:Number  [read-only]


Implementation
    public function get rewardAmount():Number
rewardTypeproperty 
rewardType:String  [read-only]


Implementation
    public function get rewardType():String
widthproperty 
width:int  [read-only]


Implementation
    public function get width():int
Constant Detail
AD_BEGIN_PLAYINGConstant
public static const AD_BEGIN_PLAYING:String = onAdBeginPlaying

AD_CLOSEDConstant 
public static const AD_CLOSED:String = onAdClosed

AD_DELIVER_REWARDConstant 
public static const AD_DELIVER_REWARD:String = onAdDeliverReward

AD_END_PLAYINGConstant 
public static const AD_END_PLAYING:String = onAdEndPlaying

AD_FAILEDConstant 
public static const AD_FAILED:String = onAdFailed

AD_LEFT_APPConstant 
public static const AD_LEFT_APP:String = onAdLeftApp

AD_LOADEDConstant 
public static const AD_LOADED:String = onAdLoaded

AD_OPENEDConstant 
public static const AD_OPENED:String = onAdOpened

METADATA_CHANGEDConstant 
public static const METADATA_CHANGED:String = onMetadataChanged

SIZE_MEASUREDConstant 
public static const SIZE_MEASURED:String = onBannerSizeMeasured