Packagecom.marpies.ane.facebook.listeners
Interfacepublic interface IAIRFacebookUserGameRequestsListener

Interface for objects that want to be notified about a user Game Requests request result.



Public Methods
 MethodDefined By
  
onFacebookUserGameRequestsError(errorMessage:String):void
Called if an error occurs during the user Game Requests request.
IAIRFacebookUserGameRequestsListener
  
Called if the user Game Requests request is successful.
IAIRFacebookUserGameRequestsListener
Method Detail
onFacebookUserGameRequestsError()method
public function onFacebookUserGameRequestsError(errorMessage:String):void

Called if an error occurs during the user Game Requests request.

Parameters

errorMessage:String — Message describing the error.

onFacebookUserGameRequestsSuccess()method 
public function onFacebookUserGameRequestsSuccess(gameRequests:Vector.<AIRFacebookGameRequest>):void

Called if the user Game Requests request is successful.

Parameters

gameRequests:Vector.<AIRFacebookGameRequest> — List of Game Requests which were sent to current user.