Packagecom.distriqt.extension.facebook.applinks
Interfacepublic interface AppLinks extends flash.events.IEventDispatcher

Access to the app links functionality



Public Methods
 MethodDefined By
  
Checks for any deferred app links
AppLinks
  
openReferer(appLink:AppLink):Boolean
Attempts to open the referrer associated with the specified app link
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

Checks for any deferred app links

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

Attempts to open the referrer associated with the specified app link

Parameters

appLink:AppLink

Returns
Boolean
Event Detail
facebook_applinks_applink Event
Event Object Type: com.distriqt.extension.facebook.applinks.events.AppLinkEvent
AppLinkEvent.type property = com.distriqt.extension.facebook.applinks.events.AppLinkEvent.APP_LINK

Dispatched when your application has been launched from an App Link
facebook_applinks_fetch_complete Event  
Event Object Type: com.distriqt.extension.facebook.applinks.events.AppLinkEvent
AppLinkEvent.type property = com.distriqt.extension.facebook.applinks.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.