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