Package | com.distriqt.extension.facebook.gamingservices.events |
Class | public class FriendFinderDialogEvent |
Inheritance | FriendFinderDialogEvent flash.events.Event |
See also
Property | Defined By | ||
---|---|---|---|
errorCode : int = -1 | FriendFinderDialogEvent | ||
errorMessage : String = null | FriendFinderDialogEvent |
Method | Defined By | ||
---|---|---|---|
FriendFinderDialogEvent(type:String, errorCode:int = -1, errorMessage:String = null, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
| FriendFinderDialogEvent | ||
clone():Event [override] | FriendFinderDialogEvent |
Constant | Defined 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 |
errorCode | property |
public var errorCode:int = -1
errorMessage | property |
public var errorMessage:String = null
FriendFinderDialogEvent | () | Constructor |
public function FriendFinderDialogEvent(type:String, errorCode:int = -1, errorMessage:String = null, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
Parameterstype:String | |
errorCode:int (default = -1 )
| |
errorMessage:String (default = null )
| |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
|
clone | () | method |
override public function clone():Event
ReturnsEvent |
CANCEL | Constant |
public static const CANCEL:String = facebook_friendfinder_dialog_cancel
Dispatched when the user cancelled a friend finder dialog
COMPLETE | Constant |
public static const COMPLETE:String = facebook_friendfinder_dialog_complete
Dispatched when the Facebook friend finder dialog has completed successfully.
ERROR | Constant |
public static const ERROR:String = facebook_friendfinder_dialog_error
Dispatched when an error occurred
errorMessage
will contain details on the error that occurred.