| Package | com.distriqt.extension.facebook.share |
| Class | public final class FacebookShare |
| Inheritance | FacebookShare flash.events.EventDispatcher |
This class represents the FacebookShare extension.
| Property | Defined By | ||
|---|---|---|---|
| gameRequestDialog : GameRequestDialog Deprecated: This functionality has been deprecated and is only available to legacy game applications [read-only]
Access to the GameRequestDialog functionality to enable
game requests from your application. | FacebookShare | ||
| implementation : String [read-only]
The implementation currently in use. | FacebookShare | ||
| instance : FacebookShare [static] [read-only]
The singleton instance of the FacebookShare class. | FacebookShare | ||
| isSupported : Boolean [static] [read-only]
Whether the current device supports the extensions functionality
| FacebookShare | ||
| nativeVersion : String [read-only]
The native version string of the native extension. | FacebookShare | ||
| service : FacebookShare [static] [read-only]
The singleton instance of the FacebookShare class. | FacebookShare | ||
| shareDialog : ShareDialog [read-only]
Access to the ShareDialog functionality to enable people
to share content through Facebook from your application. | FacebookShare | ||
| version : String [read-only]
The version of this extension. | FacebookShare | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor
You should not call this directly, but instead use the singleton access
| FacebookShare | ||
dispose():void
Disposes the extension and releases any allocated resources. | FacebookShare | ||
| Constant | Defined By | ||
|---|---|---|---|
| EXT_CONTEXT_ID : String = com.distriqt.facebook.Share [static] | FacebookShare | ||
| VERSION : String = 18.0.0 [static] | FacebookShare | ||
| gameRequestDialog | property |
gameRequestDialog:GameRequestDialog [read-only]
Access to the GameRequestDialog functionality to enable
game requests from your application.
public function get gameRequestDialog():GameRequestDialog| implementation | property |
implementation:String [read-only]
The implementation currently in use. This should be one of the following depending on the platform in use and the functionality supported by this extension:
AndroidiOSdefaultunknown public function get implementation():String| instance | property |
instance:FacebookShare [read-only] The singleton instance of the FacebookShare class.
public static function get instance():FacebookShareError — If there was a problem creating or accessing the extension, or if the key is invalid
|
| isSupported | property |
isSupported:Boolean [read-only] Whether the current device supports the extensions functionality
public static function get isSupported():Boolean| nativeVersion | property |
nativeVersion:String [read-only]
The native version string of the native extension.
public function get nativeVersion():String| service | property |
service:FacebookShare [read-only] The singleton instance of the FacebookShare class.
public static function get service():FacebookShareError — If there was a problem creating or accessing the extension, or if the key is invalid
|
| shareDialog | property |
shareDialog:ShareDialog [read-only]
Access to the ShareDialog functionality to enable people
to share content through Facebook from your application.
public function get shareDialog():ShareDialog| version | property |
version:String [read-only]
The version of this extension.
This should be of the format, MAJOR.MINOR.BUILD
public function get version():String| FacebookShare | () | Constructor |
public function FacebookShare()Constructor You should not call this directly, but instead use the singleton access
| dispose | () | method |
public function dispose():void
Disposes the extension and releases any allocated resources. Once this function
has been called, a call to init is neccesary again before any of the
extensions functionality will work.
| EXT_CONTEXT_ID | Constant |
public static const EXT_CONTEXT_ID:String = com.distriqt.facebook.Share| VERSION | Constant |
public static const VERSION:String = 18.0.0