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) NSString *ref;
정의된 값: FBAppLinkData.h
refererData

Referer data is a JSON object set by the referer with referer-specific content

@property (readonly) NSDictionary *refererData;
정의된 값: FBAppLinkData.h
targetURL

The target

@property (readonly) NSURL *targetURL;
정의된 값: FBAppLinkData.h
userAgent

User Agent string set by the referer

@property (readonly) NSString *userAgent;
정의된 값: FBAppLinkData.h