Packagecom.distriqt.extension.facebookapi.appinvites
Interfacepublic interface AppLinks extends flash.events.IEventDispatcher



Public Methods
 MethodDefined By
  
AppLinks
  
openReferer(appLink:AppLink):Boolean
AppLinks
Events
 Event Summary Defined By
   Dispatched when your application has been launched from an App Link AppLinks
   Dispatched when a call to fetchDeferredAppLink has completed appLink will contain any deferred App Link or will be null if one was not found AppLinks
Method Detail
fetchDeferredAppLink()method
public function fetchDeferredAppLink():Boolean

Returns
Boolean
openReferer()method 
public function openReferer(appLink:AppLink):Boolean

Parameters

appLink:AppLink

Returns
Boolean
Event Detail
facebookapi:applink Event
Event Object Type: com.distriqt.extension.facebookapi.events.AppLinkEvent
AppLinkEvent.type property = com.distriqt.extension.facebookapi.events.AppLinkEvent.APP_LINK

Dispatched when your application has been launched from an App Link

facebookapi:applink:fetch:complete Event  
Event Object Type: com.distriqt.extension.facebookapi.events.AppLinkEvent
AppLinkEvent.type property = com.distriqt.extension.facebookapi.events.AppLinkEvent.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