Packagecom.marpies.ane.facebook.events
Classpublic class AIRFacebookUserGameRequestsEvent
InheritanceAIRFacebookUserGameRequestsEvent Inheritance AIRFacebookEvent Inheritance flash.events.Event

Dispatched after a call to 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.



Public Properties
 PropertyDefined By
 InheritederrorMessage : 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
Public Methods
 MethodDefined By
  
AIRFacebookUserGameRequestsEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
AIRFacebookUserGameRequestsEvent
Public Constants
 ConstantDefined By
  REQUEST_RESULT : String = userGameRequestsRequestResult
[static]
AIRFacebookUserGameRequestsEvent
 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
Property Detail
gameRequestsproperty
gameRequests:Vector.<AIRFacebookGameRequest>

List of Game Requests which were sent to current user.


Implementation
    public function get gameRequests():Vector.<AIRFacebookGameRequest>
    public function set gameRequests(value:Vector.<AIRFacebookGameRequest>):void
Constructor Detail
AIRFacebookUserGameRequestsEvent()Constructor
public function AIRFacebookUserGameRequestsEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
REQUEST_RESULTConstant
public static const REQUEST_RESULT:String = userGameRequestsRequestResult