|
LuxChat
2.0
Instant messenger for iOS
|
#import <FBSDKShareLinkContent.h>
Instance Methods | |
| (BOOL) | - isEqualToShareLinkContent: |
Instance Methods inherited from <FBSDKCopying> | |
| (id) | - copy |
Properties | |
| NSString * | contentDescription |
| NSString * | contentTitle |
| NSURL * | imageURL |
| NSString * | quote |
Properties inherited from <FBSDKSharingContent> | |
| NSURL * | contentURL |
| FBSDKHashtag * | hashtag |
| NSArray * | peopleIDs |
| NSString * | placeID |
| NSString * | ref |
A model for status and link content to be shared.
| - (BOOL) isEqualToShareLinkContent: | (FBSDKShareLinkContent *) | content |
Compares the receiver to another link content.
| content | The other content |
|
readwritenonatomiccopy |
The description of the link. 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).
|
readwritenonatomiccopy |
The title to display for this link. This value may be discarded for specially handled links (ex: iTunes URLs).
|
readwritenonatomiccopy |
The URL of a picture to attach to this content.
|
readwritenonatomiccopy |
Some quote text of the link. If specified, the quote text will render with custom styling on top of the link.
1.8.9.1