Packagecom.distriqt.extension.facebook.applinks.events
Classpublic class AppLinkEvent
InheritanceAppLinkEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  appLink : AppLink
The app link data associated with this event
AppLinkEvent
Public Methods
 MethodDefined By
  
AppLinkEvent(type:String, appLink:AppLink = null, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
AppLinkEvent
  
clone():Event
[override]
AppLinkEvent
Public Constants
 ConstantDefined By
  APP_LINK : String = facebook_applinks_applink
[static] Dispatched when your application has been launched from an App Link
AppLinkEvent
  FETCH_COMPLETE : String = facebook_applinks_fetch_complete
[static] Dispatched when a call to fetchDeferredAppLink has completed appLink will contain any deferred App Link or will be null if one was not found.
AppLinkEvent
Property Detail
appLinkproperty
public var appLink:AppLink

The app link data associated with this event

Constructor Detail
AppLinkEvent()Constructor
public function AppLinkEvent(type:String, appLink:AppLink = null, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor

Parameters
type:String
 
appLink:AppLink (default = null)
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
APP_LINKConstant
public static const APP_LINK:String = facebook_applinks_applink

Dispatched when your application has been launched from an App Link

FETCH_COMPLETEConstant 
public static const FETCH_COMPLETE:String = facebook_applinks_fetch_complete

Dispatched when a call to fetchDeferredAppLink has completed appLink will contain any deferred App Link or will be null if one was not found.