FBSDKShareLinkContent
Non è disponibile una versione più recente di questa classe. Controlla la versione più recente.

A model for status and link content to be shared.

Conforms to:FBSDKSharingContent
Inherits from:NSObject
Declared in:FBSDKShareLinkContent.h
Proprietà
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.

Tipo dichiarato in: FBSDKShareLinkContent.h
contentTitle

The title to display for this link.

@property (nonatomic, copy) NSString *contentTitle;
Tipo dichiarato in: FBSDKShareLinkContent.h
imageURL

The URL of a picture to attach to this content.

@property (nonatomic, copy) NSURL *imageURL;
Tipo dichiarato in: FBSDKShareLinkContent.h
Metodi di istanza
isEqualToShareLinkContent:

Compares the receiver to another link content.

ParametroDescrizione
content

The other content

- (BOOL) isEqualToShareLinkContent:(FBSDKShareLinkContent *)content;
Tipo dichiarato in: FBSDKShareLinkContent.h