Packagecom.distriqt.extension.facebookapi.events
Classpublic class AppInviteEvent
InheritanceAppInviteEvent Inheritance flash.events.Event

This class represents events dispatched from App Invites.

See also

com.distriqt.extension.facebookapi.appinvites.AppInvite


Public Properties
 PropertyDefined By
  errorCode : int = -1
AppInviteEvent
  errorMessage : String = null
AppInviteEvent
Public Methods
 MethodDefined By
  
AppInviteEvent(type:String, errorCode:int = -1, errorMessage:String = null, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
AppInviteEvent
  
clone():Event
[override]
AppInviteEvent
Public Constants
 ConstantDefined 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
Property Detail
errorCodeproperty
public var errorCode:int = -1

errorMessageproperty 
public var errorMessage:String = null

Constructor Detail
AppInviteEvent()Constructor
public function AppInviteEvent(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
DIALOG_CANCELLEDConstant
public static const DIALOG_CANCELLED:String = facebookapi:appinvite:dialog:cancelled
Deprecated: Deprecated

Dispatched when the user cancelled an App Invite dialog

DIALOG_COMPLETEDConstant 
public static const DIALOG_COMPLETED:String = facebookapi:appinvite:dialog:completed
Deprecated: Deprecated

Dispatched when the Facebook App Invite dialog has completed successfully.

DIALOG_ERRORConstant 
public static const DIALOG_ERROR:String = facebookapi:appinvite:dialog:error
Deprecated: Deprecated

Dispatched when an error occurred from an App Invite dialog

errorMessage will contain details on the error that occurred.