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;