Packagecom.distriqt.extension.facebook.gamingservices.events
Classpublic class FriendFinderDialogEvent
InheritanceFriendFinderDialogEvent Inheritance flash.events.Event

This class represents events dispatched from the Friend Finder Dialog.

See also

com.distriqt.extension.facebook.gamingservices.FriendFinderDialog


Public Properties
 PropertyDefined By
  errorCode : int = -1
FriendFinderDialogEvent
  errorMessage : String = null
FriendFinderDialogEvent
Public Methods
 MethodDefined By
  
FriendFinderDialogEvent(type:String, errorCode:int = -1, errorMessage:String = null, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
FriendFinderDialogEvent
  
clone():Event
[override]
FriendFinderDialogEvent
Public Constants
 ConstantDefined By
  CANCEL : String = facebook_friendfinder_dialog_cancel
[static] Dispatched when the user cancelled a friend finder dialog
FriendFinderDialogEvent
  COMPLETE : String = facebook_friendfinder_dialog_complete
[static] Dispatched when the Facebook friend finder dialog has completed successfully.
FriendFinderDialogEvent
  ERROR : String = facebook_friendfinder_dialog_error
[static] Dispatched when an error occurred errorMessage will contain details on the error that occurred.
FriendFinderDialogEvent
Property Detail
errorCodeproperty
public var errorCode:int = -1

errorMessageproperty 
public var errorMessage:String = null

Constructor Detail
FriendFinderDialogEvent()Constructor
public function FriendFinderDialogEvent(type:String, errorCode:int = -1, errorMessage:String = null, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor

Parameters
type:String
 
errorCode:int (default = -1)
 
errorMessage:String (default = null)
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
CANCELConstant
public static const CANCEL:String = facebook_friendfinder_dialog_cancel

Dispatched when the user cancelled a friend finder dialog

COMPLETEConstant 
public static const COMPLETE:String = facebook_friendfinder_dialog_complete

Dispatched when the Facebook friend finder dialog has completed successfully.

ERRORConstant 
public static const ERROR:String = facebook_friendfinder_dialog_error

Dispatched when an error occurred errorMessage will contain details on the error that occurred.