FBAppLinkData
最新版的 SDK 已不支持此类。
这个类有新版本。查看 最新版本。

This class contains information that represents an App Link from Facebook.

Inherits from:NSObject
Declared in:FBAppLinkData.h
属性
actionIDs

List of the ids of the actions for this target

@property (readonly) NSArray *actionIDs;
声明语言: FBAppLinkData.h
actionTypes

List of the types of actions for this target

@property (readonly) NSArray *actionTypes;
声明语言: FBAppLinkData.h
arguments

Addtional arguments supplied with the App Link data.

@property (readonly) NSDictionary *arguments;
声明语言: FBAppLinkData.h
originalQueryParameters

Full set of query parameters for this app link

@property (readonly) NSDictionary *originalQueryParameters;
声明语言: FBAppLinkData.h
originalURL

Original url from which applinkData was extracted

@property (readonly) NSURL *originalURL;
声明语言: FBAppLinkData.h
ref

Reference breadcrumb provided during creation of story

@property (readonly) NSArray *ref;
声明语言: FBAppLinkData.h
targetURL

The target

@property (readonly) NSURL *targetURL;
声明语言: FBAppLinkData.h