| Package | com.distriqt.extension.facebook.share.model |
| Class | public class ShareLinkContentBuilder |
| Inheritance | ShareLinkContentBuilder Object |
| Method | Defined By | ||
|---|---|---|---|
Constructor
| ShareLinkContentBuilder | ||
build():Object
Builds the object for sharing using ShareDialog.show
| ShareLinkContentBuilder | ||
setContentUrl(contentUrl:String):ShareLinkContentBuilder
Set the URL for the content being shared. | ShareLinkContentBuilder | ||
setPeopleIds(peopleIds:Array):ShareLinkContentBuilder
Set the list of Ids for taggable people to tag with this content
| ShareLinkContentBuilder | ||
setPlaceId(placeId:String):ShareLinkContentBuilder
Set the Id for a place to tag with this content
| ShareLinkContentBuilder | ||
setQuote(quote:String):ShareLinkContentBuilder
Set the quote to display for this link. | ShareLinkContentBuilder | ||
setRef(ref:String):ShareLinkContentBuilder
Set the value to be added to the referrer URL when a person follows a link from this shared content on feed. | ShareLinkContentBuilder | ||
setShareHashtag(shareHashTag:String):ShareLinkContentBuilder
Set the ShareHashtag for this content
| ShareLinkContentBuilder | ||
| Constant | Defined By | ||
|---|---|---|---|
| TYPE : String = link_content [static]
The type content contained in this builder
| ShareLinkContentBuilder | ||
| ShareLinkContentBuilder | () | Constructor |
public function ShareLinkContentBuilder()Constructor
| build | () | method |
public function build():Object
Builds the object for sharing using ShareDialog.show
Object — The content Object
|
See also
| setContentUrl | () | method |
public function setContentUrl(contentUrl:String):ShareLinkContentBuilderSet the URL for the content being shared.
Parameters
contentUrl:String — The url of the content link
|
ShareLinkContentBuilder — ShareLinkContentBuilder instance for chaining calls
|
| setPeopleIds | () | method |
public function setPeopleIds(peopleIds:Array):ShareLinkContentBuilderSet the list of Ids for taggable people to tag with this content
Parameters
peopleIds:Array — Array of Ids for people to tag
|
ShareLinkContentBuilder — ShareLinkContentBuilder instance for chaining calls
|
| setPlaceId | () | method |
public function setPlaceId(placeId:String):ShareLinkContentBuilderSet the Id for a place to tag with this content
Parameters
placeId:String — The Id for the place to tag
|
ShareLinkContentBuilder — ShareLinkContentBuilder instance for chaining calls
|
| setQuote | () | method |
public function setQuote(quote:String):ShareLinkContentBuilderSet the quote to display for this link.
Parameters
quote:String — The text quoted from the link.
|
ShareLinkContentBuilder — ShareLinkContentBuilder instance for chaining calls
|
| setRef | () | method |
public function setRef(ref:String):ShareLinkContentBuilderSet the value to be added to the referrer URL when a person follows a link from this shared content on feed.
Parameters
ref:String — The ref for the content
|
ShareLinkContentBuilder — ShareLinkContentBuilder instance for chaining calls
|
| setShareHashtag | () | method |
public function setShareHashtag(shareHashTag:String):ShareLinkContentBuilderSet the ShareHashtag for this content
Parameters
shareHashTag:String — The hashtag for this content
|
ShareLinkContentBuilder — ShareLinkContentBuilder instance for chaining calls
|
| TYPE | Constant |
public static const TYPE:String = link_contentThe type content contained in this builder