| Package | com.marpies.ane.facebook.events |
| Class | public class AIRFacebookUserGameRequestsEvent |
| Inheritance | AIRFacebookUserGameRequestsEvent AIRFacebookEvent flash.events.Event |
AIRFacebook.requestUserGameRequests().
If the call was successful, this event provides a list of AIRFacebookGameRequest
instances which represent the Game Requests. Properties available in these instances
depend on the value of fields parameter when making the request.
| Property | Defined By | ||
|---|---|---|---|
![]() | errorMessage : String
Returns a message associated with an error,
or null if no error occurred. | AIRFacebookEvent | |
| gameRequests : Vector.<AIRFacebookGameRequest>
List of Game Requests which were sent to current user. | AIRFacebookUserGameRequestsEvent | ||
| Method | Defined By | ||
|---|---|---|---|
AIRFacebookUserGameRequestsEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) | AIRFacebookUserGameRequestsEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| REQUEST_RESULT : String = userGameRequestsRequestResult [static] | AIRFacebookUserGameRequestsEvent | ||
![]() | 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 | |
| gameRequests | property |
gameRequests:Vector.<AIRFacebookGameRequest>List of Game Requests which were sent to current user.
public function get gameRequests():Vector.<AIRFacebookGameRequest> public function set gameRequests(value:Vector.<AIRFacebookGameRequest>):void| AIRFacebookUserGameRequestsEvent | () | Constructor |
public function AIRFacebookUserGameRequestsEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| REQUEST_RESULT | Constant |
public static const REQUEST_RESULT:String = userGameRequestsRequestResult