Packagecom.marpies.ane.facebook.events
Classpublic class AIRFacebookShareEvent
InheritanceAIRFacebookShareEvent Inheritance AIRFacebookCancellableEvent Inheritance AIRFacebookEvent Inheritance flash.events.Event

Dispatched after a call to any of the sharing methods, including AIRFacebook.showAppInviteDialog().



Public Properties
 PropertyDefined By
 InheritederrorMessage : String
Returns a message associated with an error, or null if no error occurred.
AIRFacebookEvent
  postID : String
ID of the post that was created during the sharing process.
AIRFacebookShareEvent
 InheritedwasCancelled : Boolean
Returns true if the action represented by the event was cancelled, false otherwise.
AIRFacebookCancellableEvent
Public Methods
 MethodDefined By
  
AIRFacebookShareEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
AIRFacebookShareEvent
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
  SHARE_RESULT : String = shareResult
[static]
AIRFacebookShareEvent
Property Detail
postIDproperty
postID:String

ID of the post that was created during the sharing process. It is null when sharing using Messenger app.


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



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
SHARE_RESULTConstant
public static const SHARE_RESULT:String = shareResult