Packagecom.distriqt.extension.facebook.gamingservices
Classpublic final class FacebookGamingServices
InheritanceFacebookGamingServices Inheritance flash.events.EventDispatcher

This class represents the FacebookGamingServices extension.



Public Properties
 PropertyDefined By
  friendFinderDialog : FriendFinderDialog
[read-only] Access to the friend finder dialog functionality
FacebookGamingServices
  gameRequestDialog : GameRequestDialog
[read-only] Access to the game request dialog functionality
FacebookGamingServices
  implementation : String
[read-only] The implementation currently in use.
FacebookGamingServices
  instance : FacebookGamingServices
[static] [read-only] The singleton instance of the FacebookGamingServices class.
FacebookGamingServices
  isSupported : Boolean
[static] [read-only] Whether the current device supports the extensions functionality
FacebookGamingServices
  nativeVersion : String
[read-only] The native version string of the native extension.
FacebookGamingServices
  service : FacebookGamingServices
[static] [read-only] The singleton instance of the FacebookGamingServices class.
FacebookGamingServices
  version : String
[read-only] The version of this extension.
FacebookGamingServices
Public Methods
 MethodDefined By
  
Constructor You should not call this directly, but instead use the singleton access
FacebookGamingServices
  
dispose():void
Disposes the extension and releases any allocated resources.
FacebookGamingServices
Public Constants
 ConstantDefined By
  EXT_CONTEXT_ID : String = com.distriqt.facebook.GamingServices
[static]
FacebookGamingServices
  VERSION : String = 17.0.1
[static]
FacebookGamingServices
Property Detail
friendFinderDialogproperty
friendFinderDialog:FriendFinderDialog  [read-only]

Access to the friend finder dialog functionality


Implementation
    public function get friendFinderDialog():FriendFinderDialog
gameRequestDialogproperty 
gameRequestDialog:GameRequestDialog  [read-only]

Access to the game request dialog functionality


Implementation
    public function get gameRequestDialog():GameRequestDialog
implementationproperty 
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:


Implementation
    public function get implementation():String
instanceproperty 
instance:FacebookGamingServices  [read-only]

The singleton instance of the FacebookGamingServices class.


Implementation
    public static function get instance():FacebookGamingServices

Throws
Error — If there was a problem creating or accessing the extension, or if the key is invalid
isSupportedproperty 
isSupported:Boolean  [read-only]

Whether the current device supports the extensions functionality


Implementation
    public static function get isSupported():Boolean
nativeVersionproperty 
nativeVersion:String  [read-only]

The native version string of the native extension.


Implementation
    public function get nativeVersion():String
serviceproperty 
service:FacebookGamingServices  [read-only]

The singleton instance of the FacebookGamingServices class.


Implementation
    public static function get service():FacebookGamingServices

Throws
Error — If there was a problem creating or accessing the extension, or if the key is invalid
versionproperty 
version:String  [read-only]

The version of this extension.

This should be of the format, MAJOR.MINOR.BUILD


Implementation
    public function get version():String
Constructor Detail
FacebookGamingServices()Constructor
public function FacebookGamingServices()

Constructor You should not call this directly, but instead use the singleton access

Method Detail
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.

Constant Detail
EXT_CONTEXT_IDConstant
public static const EXT_CONTEXT_ID:String = com.distriqt.facebook.GamingServices

VERSIONConstant 
public static const VERSION:String = 17.0.1