Packagecom.distriqt.extension.facebook.applinks
Classpublic class AppLink
InheritanceAppLink Inheritance Object

Represents the App Link received when another application opens your application through a Facebook App Link.



Public Properties
 PropertyDefined By
  data : Object
The parsed JSON app link data received as the al_applink_data parameter in the app link.
AppLink
  dataJSON : String
[read-only] A JSON representation of the App Link Data
AppLink
Public Methods
 MethodDefined By
  
Constructor
AppLink
Property Detail
dataproperty
public var data:Object

The parsed JSON app link data received as the al_applink_data parameter in the app link.

dataJSONproperty 
dataJSON:String  [read-only]

A JSON representation of the App Link Data


Implementation
    public function get dataJSON():String
Constructor Detail
AppLink()Constructor
public function AppLink()

Constructor