FBSDKShareLinkContent Class Reference
Inherits from | NSObject |
Conforms to | FBSDKSharingContent |
Declared in | FBSDKShareLinkContent.h |
Tasks
-
contentDescription
property -
contentTitle
property -
imageURL
property -
quote
property -
– isEqualToShareLinkContent:
Properties
contentDescription
The description of the link.
@property (nonatomic, copy) NSString *contentDescription
Return Value
The description of the link
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).
Declared In
FBSDKShareLinkContent.h
contentTitle
The title to display for this link.
@property (nonatomic, copy) NSString *contentTitle
Return Value
The link title
Discussion
This value may be discarded for specially handled links (ex: iTunes URLs).
Declared In
FBSDKShareLinkContent.h
Instance Methods
isEqualToShareLinkContent:
Compares the receiver to another link content.
- (BOOL)isEqualToShareLinkContent:(FBSDKShareLinkContent *)content
Parameters
- content
The other content
Return Value
YES if the receiver’s values are equal to the other content’s values; otherwise NO
Declared In
FBSDKShareLinkContent.h