| Package | com.marpies.ane.facebook.events |
| Class | public class AIRFacebookEvent |
| Inheritance | AIRFacebookEvent flash.events.Event |
| Subclasses | AIRFacebookCancellableEvent, AIRFacebookDeferredAppLinkEvent, AIRFacebookExtendedUserProfileEvent, AIRFacebookOpenGraphEvent, AIRFacebookUserFriendsEvent, AIRFacebookUserGameRequestsEvent, AIRFacebookUserProfilePictureEvent |
| Property | Defined By | ||
|---|---|---|---|
| errorMessage : String
Returns a message associated with an error,
or null if no error occurred. | AIRFacebookEvent | ||
| Method | Defined By | ||
|---|---|---|---|
AIRFacebookEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) | AIRFacebookEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| SDK_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 | ||
| errorMessage | property |
errorMessage:String
Returns a message associated with an error,
or null if no error occurred.
public function get errorMessage():String public function set errorMessage(value:String):void| AIRFacebookEvent | () | Constructor |
public function AIRFacebookEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| SDK_INIT | Constant |
public static const SDK_INIT:String = sdkInit
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. Listener for this event should be
added before calling AIRFacebook.init().