Packagecom.myflashlab.air.extensions.quickActions
Classpublic class QuickActions
InheritanceQuickActions Inheritance Object

QuickActions ANE which is known as '3D Touch Home screen quick actions' on iOS and 'App shortcuts' on Android.



Public Properties
 PropertyDefined By
  listener : EventDispatcher
[static] [read-only] returns the ANE's listener object.
QuickActions
Public Methods
 MethodDefined By
  
[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
Public Constants
 ConstantDefined By
  EXTENSION_ID : String = com.myflashlab.air.extensions.quickActions
[static]
QuickActions
  VERSION : String = 0.0.11
[static]
QuickActions
Property Detail
listenerproperty
listener:EventDispatcher  [read-only]

returns the ANE's listener object.


Implementation
    public static function get listener():EventDispatcher
Method Detail
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

Constant Detail
EXTENSION_IDConstant
public static const EXTENSION_ID:String = com.myflashlab.air.extensions.quickActions

VERSIONConstant 
public static const VERSION:String = 0.0.11