Package | com.myflashlab.air.extensions.quickActions |
Class | public class QuickActions |
Inheritance | QuickActions Object |
Property | Defined By | ||
---|---|---|---|
listener : EventDispatcher [static] [read-only]
returns the ANE's listener object. | QuickActions |
Method | Defined By | ||
---|---|---|---|
clearShortcutItems():void [static]
Removes all [ShortcutItem]s registered for the app. | QuickActions | ||
init():void [static]
Init the ANE. | QuickActions | ||
setShortcutItems($items:Array):void [static]
Sets instances of [ShortcutItem]s to become the app's quick actions. | QuickActions |
Constant | Defined By | ||
---|---|---|---|
EXTENSION_ID : String = com.myflashlab.air.extensions.quickActions [static] | QuickActions | ||
VERSION : String = 0.0.11 [static] | QuickActions |
listener | property |
listener:EventDispatcher
[read-only] returns the ANE's listener object.
public static function get listener():EventDispatcher
clearShortcutItems | () | method |
public static function clearShortcutItems():void
Removes all [ShortcutItem]s registered for the app.
init | () | method |
public static function init():void
Init the ANE.
setShortcutItems | () | method |
public static function setShortcutItems($items:Array):void
Sets instances of [ShortcutItem]s to become the app's quick actions.
Parameters
$items:Array |
EXTENSION_ID | Constant |
public static const EXTENSION_ID:String = com.myflashlab.air.extensions.quickActions
VERSION | Constant |
public static const VERSION:String = 0.0.11