Packagecom.marpies.ane.facebook.events
Classpublic class AIRFacebookLogoutEvent
InheritanceAIRFacebookLogoutEvent Inheritance AIRFacebookCancellableEvent Inheritance AIRFacebookEvent Inheritance flash.events.Event

Dispatched after a call to AIRFacebook.logout().



Public Properties
 PropertyDefined By
 InheritederrorMessage : String
Returns a message associated with an error, or null if no error occurred.
AIRFacebookEvent
 InheritedwasCancelled : Boolean
Returns true if the action represented by the event was cancelled, false otherwise.
AIRFacebookCancellableEvent
Public Methods
 MethodDefined By
  
AIRFacebookLogoutEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
AIRFacebookLogoutEvent
Public Constants
 ConstantDefined By
  LOGOUT_RESULT : String = logoutResult
[static]
AIRFacebookLogoutEvent
 InheritedSDK_INIT : String = sdkInit
[static] Dispatched shortly after a call to AIRFacebook.init(), at which point the Facebook SDK is fully initialized and it is safe to use the rest of the API.
AIRFacebookEvent
Constructor Detail
AIRFacebookLogoutEvent()Constructor
public function AIRFacebookLogoutEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
LOGOUT_RESULTConstant
public static const LOGOUT_RESULT:String = logoutResult