Packagecom.marpies.ane.facebook.events
Classpublic class AIRFacebookCancellableEvent
InheritanceAIRFacebookCancellableEvent Inheritance AIRFacebookEvent Inheritance flash.events.Event
Subclasses AIRFacebookGameRequestEvent, AIRFacebookLoginEvent, AIRFacebookLogoutEvent, AIRFacebookShareEvent

Internal base class for events which represent cancellable action, e.g. login.



Public Properties
 PropertyDefined By
 InheritederrorMessage : String
Returns a message associated with an error, or null if no error occurred.
AIRFacebookEvent
  wasCancelled : Boolean
Returns true if the action represented by the event was cancelled, false otherwise.
AIRFacebookCancellableEvent
Public Methods
 MethodDefined By
  
AIRFacebookCancellableEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
AIRFacebookCancellableEvent
Public Constants
 ConstantDefined By
 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
Property Detail
wasCancelledproperty
wasCancelled:Boolean

Returns true if the action represented by the event was cancelled, false otherwise.


Implementation
    public function get wasCancelled():Boolean
    public function set wasCancelled(value:Boolean):void
Constructor Detail
AIRFacebookCancellableEvent()Constructor
public function AIRFacebookCancellableEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)