| Package | com.distriqt.extension.facebookapi.appinvites |
| Class | public class AppLink |
| Inheritance | AppLink Object |
Represents the App Link received when another application opens your application through a Facebook App Link.
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
AppLink()
Constructor
| AppLink | ||
| data | property |
public var data:Object
The parsed JSON app link data received as the al_applink_data
parameter in the app link.
| dataJSON | property |
dataJSON:String [read-only] A JSON representation of the App Link Data
public function get dataJSON():String| AppLink | () | Constructor |
public function AppLink()Constructor