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