Packagecom.marpies.ane.facebook.events
Classpublic class AIRFacebookEvent
InheritanceAIRFacebookEvent Inheritance flash.events.Event
Subclasses AIRFacebookCancellableEvent, AIRFacebookDeferredAppLinkEvent, AIRFacebookExtendedUserProfileEvent, AIRFacebookOpenGraphEvent, AIRFacebookUserFriendsEvent, AIRFacebookUserGameRequestsEvent, AIRFacebookUserProfilePictureEvent

Base class for events, providing an occasional error message.



Public Properties
 PropertyDefined By
  errorMessage : String
Returns a message associated with an error, or null if no error occurred.
AIRFacebookEvent
Public Methods
 MethodDefined By
  
AIRFacebookEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
AIRFacebookEvent
Public Constants
 ConstantDefined 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
Property Detail
errorMessageproperty
errorMessage:String

Returns a message associated with an error, or null if no error occurred.


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



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
SDK_INITConstant
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().