Package | com.distriqt.extension.facebook.applinks |
Interface | public interface AppLinks extends flash.events.IEventDispatcher |
Method | Defined By | ||
---|---|---|---|
fetchDeferredAppLink():Boolean
Checks for any deferred app links
| AppLinks | ||
openReferer(appLink:AppLink):Boolean
Attempts to open the referrer associated with the specified app link
| AppLinks |
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 |
fetchDeferredAppLink | () | method |
public function fetchDeferredAppLink():Boolean
Checks for any deferred app links
ReturnsBoolean —
|
openReferer | () | method |
public function openReferer(appLink:AppLink):Boolean
Attempts to open the referrer associated with the specified app link
Parameters
appLink:AppLink |
Boolean —
|
facebook_applinks_applink | Event |
com.distriqt.extension.facebook.applinks.events.AppLinkEvent
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 |
com.distriqt.extension.facebook.applinks.events.AppLinkEvent
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.