Package | com.distriqt.extension.facebookapi.events |
Class | public class AppInviteEvent |
Inheritance | AppInviteEvent ![]() |
This class represents events dispatched from App Invites.
See also
Property | Defined By | ||
---|---|---|---|
errorCode : int = -1 | AppInviteEvent | ||
errorMessage : String = null | AppInviteEvent |
Method | Defined By | ||
---|---|---|---|
AppInviteEvent(type:String, errorCode:int = -1, errorMessage:String = null, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
| AppInviteEvent | ||
clone():Event [override] | AppInviteEvent |
Constant | Defined By | ||
---|---|---|---|
DIALOG_CANCELLED : String = facebookapi:appinvite:dialog:cancelled Deprecated: Deprecated [static]
Dispatched when the user cancelled an App Invite dialog
| AppInviteEvent | ||
DIALOG_COMPLETED : String = facebookapi:appinvite:dialog:completed Deprecated: Deprecated [static]
Dispatched when the Facebook App Invite dialog has completed successfully. | AppInviteEvent | ||
DIALOG_ERROR : String = facebookapi:appinvite:dialog:error Deprecated: Deprecated [static]
Dispatched when an error occurred from an App Invite dialog
errorMessage will contain details on the error that occurred. | AppInviteEvent |
errorCode | property |
public var errorCode:int = -1
errorMessage | property |
public var errorMessage:String = null
AppInviteEvent | () | Constructor |
public function AppInviteEvent(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 |
DIALOG_CANCELLED | Constant |
public static const DIALOG_CANCELLED:String = facebookapi:appinvite:dialog:cancelled
Dispatched when the user cancelled an App Invite dialog
DIALOG_COMPLETED | Constant |
public static const DIALOG_COMPLETED:String = facebookapi:appinvite:dialog:completed
Dispatched when the Facebook App Invite dialog has completed successfully.
DIALOG_ERROR | Constant |
public static const DIALOG_ERROR:String = facebookapi:appinvite:dialog:error
Dispatched when an error occurred from an App Invite dialog
errorMessage
will contain details on the error that occurred.