Package | com.myflashlab.air.extensions.fb |
Class | public class ShareLinkContent |
Inheritance | ShareLinkContent ShareContent Object |
Property | Defined By | ||
---|---|---|---|
contentUrl : String URL for the content being shared. | ShareContent | ||
hashtag : String Hashtag for this content | ShareContent | ||
pageId : String The ID of the Facebook page this share is associated with. | ShareContent | ||
placeId : String The Id for a place to tag with this content. | ShareContent | ||
quote : String The quoted text to display for this link. | ShareLinkContent | ||
ref : String value to be added to the referrer URL when a person follows a link from this shared content on feed. | ShareContent |
Method | Defined By | ||
---|---|---|---|
Constructor for initializing an instance of this class. | ShareLinkContent | ||
toString():String | ShareContent |
quote | property |
quote:String
The quoted text to display for this link.
public function get quote():String
public function set quote(value:String):void
ShareLinkContent | () | Constructor |
public function ShareLinkContent()
Constructor for initializing an instance of this class.