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

Interface for objects that want to be notified about a Game Request process result.



Public Methods
 MethodDefined By
  
Called if a Game Request dialog is cancelled.
IAIRFacebookGameRequestListener
  
onFacebookGameRequestError(errorMessage:String):void
Called if an error occurs during the Game Request process.
IAIRFacebookGameRequestListener
  
onFacebookGameRequestSuccess(requestID:String, recipients:Vector.<String>):void
Called if a Game Request is sent successfully.
IAIRFacebookGameRequestListener
Method Detail
onFacebookGameRequestCancel()method
public function onFacebookGameRequestCancel():void

Called if a Game Request dialog is cancelled.

onFacebookGameRequestError()method 
public function onFacebookGameRequestError(errorMessage:String):void

Called if an error occurs during the Game Request process.

Parameters

errorMessage:String — Message describing the error.

onFacebookGameRequestSuccess()method 
public function onFacebookGameRequestSuccess(requestID:String, recipients:Vector.<String>):void

Called if a Game Request is sent successfully.

Parameters

requestID:String — ID of the GameRequest that was just sent.
 
recipients:Vector.<String> — List of IDs of Facebook users to which the request was sent.