LuxChat  2.0
Instant messenger for iOS
Instance Methods | Properties | List of all members
FBSDKShareLinkContent Class Reference

#import <FBSDKShareLinkContent.h>

Inheritance diagram for FBSDKShareLinkContent:
<FBSDKSharingContent> <FBSDKCopying>

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
 
FBSDKHashtaghashtag
 
NSArray * peopleIDs
 
NSString * placeID
 
NSString * ref
 

Detailed Description

A model for status and link content to be shared.

Method Documentation

- (BOOL) isEqualToShareLinkContent: (FBSDKShareLinkContent *)  content

Compares the receiver to another link content.

Parameters
contentThe other content
Returns
YES if the receiver's values are equal to the other content's values; otherwise NO

Property Documentation

- (NSString*) contentDescription
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).

Returns
The description of the link
- (NSString*) contentTitle
readwritenonatomiccopy

The title to display for this link. This value may be discarded for specially handled links (ex: iTunes URLs).

Returns
The link title
- (NSURL*) imageURL
readwritenonatomiccopy

The URL of a picture to attach to this content.

Returns
The network URL of an image
- (NSString*) quote
readwritenonatomiccopy

Some quote text of the link. If specified, the quote text will render with custom styling on top of the link.

Returns
The quote text of a link

The documentation for this class was generated from the following file: