FBSDKShareLinkContent
このクラスには新しいバージョンがあります。ご確認ください。 最新バージョン

A model for status and link content to be shared.

Conforms to:FBSDKSharingContent
Superclass:NSObject
Declared in:FBSDKShareLinkContent.h
プロパティ
contentDescription

The description of the link.

@property (nonatomic, copy) NSString *contentDescription;
Discussion:

If not specified, this field is automatically populated by information scraped from the contentURL, typically the title of the page. This value may be discarded for specially handled links (ex: iTunes URLs).

宣言されたアイテム: FBSDKShareLinkContent.h
contentTitle

The title to display for this link.

@property (nonatomic, copy) NSString *contentTitle;
Discussion:

This value may be discarded for specially handled links (ex: iTunes URLs).

宣言されたアイテム: FBSDKShareLinkContent.h
imageURL

The URL of a picture to attach to this content.

@property (nonatomic, copy) NSURL *imageURL;
宣言されたアイテム: FBSDKShareLinkContent.h
quote

Some quote text of the link.

@property (nonatomic, copy) NSString *quote;
Discussion:

If specified, the quote text will render with custom styling on top of the link.

宣言されたアイテム: FBSDKShareLinkContent.h
インスタンスメソッド
isEqualToShareLinkContent:

Compares the receiver to another link content.

パラメーター説明
content

The other content

- (BOOL) isEqualToShareLinkContent:(FBSDKShareLinkContent *)content;
宣言されたアイテム: FBSDKShareLinkContent.h