| Package | com.marpies.ane.facebook.events |
| Class | public class AIRFacebookCancellableEvent |
| Inheritance | AIRFacebookCancellableEvent AIRFacebookEvent flash.events.Event |
| Subclasses | AIRFacebookGameRequestEvent, AIRFacebookLoginEvent, AIRFacebookLogoutEvent, AIRFacebookShareEvent |
| Property | Defined By | ||
|---|---|---|---|
![]() | errorMessage : 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 | ||
| Method | Defined By | ||
|---|---|---|---|
AIRFacebookCancellableEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) | AIRFacebookCancellableEvent | ||
| wasCancelled | property |
wasCancelled:Boolean
Returns true if the action represented by the event was cancelled,
false otherwise.
public function get wasCancelled():Boolean public function set wasCancelled(value:Boolean):void| AIRFacebookCancellableEvent | () | Constructor |
public function AIRFacebookCancellableEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |