Packagecom.myflashlab.air.extensions.adMobFacebook
Classpublic class AdMobFacebook
InheritanceAdMobFacebook Inheritance Object



Public Properties
 PropertyDefined By
  listener : EventDispatcher
[static] [read-only] Get access to the instance of the event dispatcher to listen on dark mode changes.
AdMobFacebook
Public Methods
 MethodDefined By
  
dispose():void
[static] Call to dispose the extension
AdMobFacebook
  
init():void
[static] To use this extension, you must first initialize it with this method.
AdMobFacebook
  
isAvailable():Boolean
[static]
AdMobFacebook
Public Constants
 ConstantDefined By
  EXTENSION_ID : String = com.myflashlab.air.extensions.adMobFacebook
[static]
AdMobFacebook
  VERSION : String = 0.0.1
[static]
AdMobFacebook
Property Detail
listenerproperty
listener:EventDispatcher  [read-only]

Get access to the instance of the event dispatcher to listen on dark mode changes.


Implementation
    public static function get listener():EventDispatcher
Method Detail
dispose()method
public static function dispose():void

Call to dispose the extension

init()method 
public static function init():void

To use this extension, you must first initialize it with this method.

isAvailable()method 
public static function isAvailable():Boolean

Returns
Boolean — void
Constant Detail
EXTENSION_IDConstant
public static const EXTENSION_ID:String = com.myflashlab.air.extensions.adMobFacebook

VERSIONConstant 
public static const VERSION:String = 0.0.1