Package | com.marpies.ane.facebook.events |
Class | public class AIRFacebookShareEvent |
Inheritance | AIRFacebookShareEvent ![]() ![]() ![]() |
AIRFacebook.showAppInviteDialog()
.
Property | Defined By | ||
---|---|---|---|
![]() | errorMessage : 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 | ||
![]() | wasCancelled : Boolean
Returns true if the action represented by the event was cancelled,
false otherwise. | AIRFacebookCancellableEvent |
Method | Defined By | ||
---|---|---|---|
AIRFacebookShareEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) | AIRFacebookShareEvent |
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 | |
SHARE_RESULT : String = shareResult [static] | AIRFacebookShareEvent |
postID | property |
postID:String
ID of the post that was created during the sharing process.
It is null
when sharing using Messenger app.
public function get postID():String
public function set postID(value:String):void
AIRFacebookShareEvent | () | Constructor |
public function AIRFacebookShareEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
type:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
|
SHARE_RESULT | Constant |
public static const SHARE_RESULT:String = shareResult