| Package | com.myflashlab.air.extensions.adMobFacebook |
| Class | public class AdMobFacebook |
| Inheritance | AdMobFacebook Object |
| Property | Defined By | ||
|---|---|---|---|
| listener : EventDispatcher [static] [read-only]
Get access to the instance of the event dispatcher to listen on dark mode changes. | AdMobFacebook | ||
| Method | Defined 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 | ||
| Constant | Defined By | ||
|---|---|---|---|
| EXTENSION_ID : String = com.myflashlab.air.extensions.adMobFacebook [static] | AdMobFacebook | ||
| VERSION : String = 0.0.1 [static] | AdMobFacebook | ||
| listener | property |
listener:EventDispatcher [read-only] Get access to the instance of the event dispatcher to listen on dark mode changes.
public static function get listener():EventDispatcher| dispose | () | method |
public static function dispose():voidCall to dispose the extension
| init | () | method |
public static function init():voidTo use this extension, you must first initialize it with this method.
| isAvailable | () | method |
public static function isAvailable():BooleanReturns
Boolean — void
|
| EXTENSION_ID | Constant |
public static const EXTENSION_ID:String = com.myflashlab.air.extensions.adMobFacebook| VERSION | Constant |
public static const VERSION:String = 0.0.1