FBSDKShareLinkContent
有此級別的更新版本。前往查看 最新版本。

A model for status and link content to be shared.

Conforms to:FBSDKSharingContent
Inherits from: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.

contentTitle

The title to display for this link.

@property (nonatomic, copy) NSString *contentTitle;
imageURL

The URL of a picture to attach to this content.

@property (nonatomic, copy) NSURL *imageURL;
執行個體方法
isEqualToShareLinkContent:

Compares the receiver to another link content.

參數說明
content

The other content

- (BOOL) isEqualToShareLinkContent:(FBSDKShareLinkContent *)content;