| Package | com.milkmangames.nativeextensions.ios.events |
| Class | public class GVFacebookEvent |
| Inheritance | GVFacebookEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| data : Object [read-only] Retrieve the decoded data associated with a graph request. | GVFacebookEvent | ||
| dialogType : String The Dialog Type associated with this event | GVFacebookEvent | ||
| errorCode : int The Error code associated with this event | GVFacebookEvent | ||
| errorMessage : String The error message associated with this event | GVFacebookEvent | ||
| friends : Vector.<GVFacebookFriend> [read-only] The list of GVFacebookFriend objects for calls to GoViral.goViral.getMyFriends(). | GVFacebookEvent | ||
| graphPath : String The Graph Path associated with this event | GVFacebookEvent | ||
| jsonData : String The JSON Data associated with the event | GVFacebookEvent | ||
| Method | Defined By | ||
|---|---|---|---|
GVFacebookEvent(type:String, jsonData:String = null, bubbles:Boolean = false, cancelable:Boolean = false) Create new GVFacebookEvent | GVFacebookEvent | ||
clone():Event [override]
| GVFacebookEvent | ||
toString():String [override]
| GVFacebookEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| FACEBOOK_FEED_DIALOG : String = feed [static] Facebook 'Feed' Dialog Type Identifier | GVFacebookEvent | ||
| FACEBOOK_REQUEST_DIALOG : String = apprequests [static] Facebook 'Request' Dialog Type Identifier | GVFacebookEvent | ||
| FB_DIALOG_CANCELED : String = gvFbDialogCancelled [static] Dispatched when a Facebook Dialog is cancelled | GVFacebookEvent | ||
| FB_DIALOG_FAILED : String = gvFbDialogFailed [static] Dispatched when a Facebook Dialog has failed | GVFacebookEvent | ||
| FB_DIALOG_FINISHED : String = gvFbDialogFinished [static] Dispatched When a Facebook Dialog has finished | GVFacebookEvent | ||
| FB_LOGGED_IN : String = gvFacebookLoggedin [static] Dispatched When the user has logged in with Facebook | GVFacebookEvent | ||
| FB_LOGGED_OUT : String = gvFacebookLoggedout [static] Dispatched when the user has logged out with Facebook | GVFacebookEvent | ||
| FB_LOGIN_CANCELED : String = gvFacebookLoginCancelled [static] Dispatched When the User cancelled Facebook Login | GVFacebookEvent | ||
| FB_LOGIN_FAILED : String = gvFacebookLoginFailed [static] Dispatched When Facebook Login fails | GVFacebookEvent | ||
| FB_REQUEST_FAILED : String = gvFbRequestFailed [static] Dispatched when a Facebook Graph Request has failed | GVFacebookEvent | ||
| FB_REQUEST_RESPONSE : String = gvFbRawResponse [static] Dispatched when a Facebook Graph Request returns a response | GVFacebookEvent | ||
| data | property |
data:Object [read-only] Retrieve the decoded data associated with a graph request. This will be in the form of a generic Actionscript Object where the keys map directly to Facebook's JSON format.
public function get data():Object| dialogType | property |
public var dialogType:StringThe Dialog Type associated with this event
| errorCode | property |
public var errorCode:intThe Error code associated with this event
| errorMessage | property |
public var errorMessage:StringThe error message associated with this event
| friends | property |
friends:Vector.<GVFacebookFriend> [read-only] The list of GVFacebookFriend objects for calls to GoViral.goViral.getMyFriends().
public function get friends():Vector.<GVFacebookFriend>| graphPath | property |
public var graphPath:StringThe Graph Path associated with this event
| jsonData | property |
public var jsonData:StringThe JSON Data associated with the event
| GVFacebookEvent | () | Constructor |
public function GVFacebookEvent(type:String, jsonData:String = null, bubbles:Boolean = false, cancelable:Boolean = false)Create new GVFacebookEvent
Parameterstype:String | |
jsonData:String (default = null) | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| clone | () | method |
override public function clone():EventReturns
Event |
| toString | () | method |
override public function toString():StringReturns
String |
| FACEBOOK_FEED_DIALOG | Constant |
public static const FACEBOOK_FEED_DIALOG:String = feedFacebook 'Feed' Dialog Type Identifier
| FACEBOOK_REQUEST_DIALOG | Constant |
public static const FACEBOOK_REQUEST_DIALOG:String = apprequestsFacebook 'Request' Dialog Type Identifier
| FB_DIALOG_CANCELED | Constant |
public static const FB_DIALOG_CANCELED:String = gvFbDialogCancelledDispatched when a Facebook Dialog is cancelled
| FB_DIALOG_FAILED | Constant |
public static const FB_DIALOG_FAILED:String = gvFbDialogFailedDispatched when a Facebook Dialog has failed
| FB_DIALOG_FINISHED | Constant |
public static const FB_DIALOG_FINISHED:String = gvFbDialogFinishedDispatched When a Facebook Dialog has finished
| FB_LOGGED_IN | Constant |
public static const FB_LOGGED_IN:String = gvFacebookLoggedinDispatched When the user has logged in with Facebook
| FB_LOGGED_OUT | Constant |
public static const FB_LOGGED_OUT:String = gvFacebookLoggedoutDispatched when the user has logged out with Facebook
| FB_LOGIN_CANCELED | Constant |
public static const FB_LOGIN_CANCELED:String = gvFacebookLoginCancelledDispatched When the User cancelled Facebook Login
| FB_LOGIN_FAILED | Constant |
public static const FB_LOGIN_FAILED:String = gvFacebookLoginFailedDispatched When Facebook Login fails
| FB_REQUEST_FAILED | Constant |
public static const FB_REQUEST_FAILED:String = gvFbRequestFailedDispatched when a Facebook Graph Request has failed
| FB_REQUEST_RESPONSE | Constant |
public static const FB_REQUEST_RESPONSE:String = gvFbRawResponseDispatched when a Facebook Graph Request returns a response