Package | com.myflashlab.air.extensions.fb |
Class | public class ShareContent |
Inheritance | ShareContent Object |
Subclasses | ShareLinkContent |
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 | ||
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 | ||
---|---|---|---|
Do not initialize this class, instead use the sub-classes to build your share content. | ShareContent | ||
toString():String | ShareContent |
contentUrl | property |
contentUrl:String
URL for the content being shared.
public function get contentUrl():String
public function set contentUrl(value:String):void
hashtag | property |
hashtag:String
Hashtag for this content
public function get hashtag():String
public function set hashtag(value:String):void
pageId | property |
pageId:String
The ID of the Facebook page this share is associated with. For shares into Messenger, this pageID will be used to map the app to page and attach attribution to the share.
public function get pageId():String
public function set pageId(value:String):void
placeId | property |
placeId:String
The Id for a place to tag with this content.
public function get placeId():String
public function set placeId(value:String):void
ref | property |
ref:String
value to be added to the referrer URL when a person follows a link from this shared content on feed.
public function get ref():String
public function set ref(value:String):void
ShareContent | () | Constructor |
public function ShareContent()
Do not initialize this class, instead use the sub-classes to build your share content.
toString | () | method |
public function toString():String
ReturnsString |