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
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). - Returns: The description of the link
Declared In
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). - Returns: The link title
Declared In
FBSDKShareLinkContent.h
Instance Methods
isEqualToShareLinkContent:
Compares the receiver to another link content. - Parameter content: The other content - Returns: YES if the receiver’s values are equal to the other content’s values; otherwise NO
- (BOOL)isEqualToShareLinkContent:(FBSDKShareLinkContent *)content
Declared In
FBSDKShareLinkContent.h