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

Interface for objects that want to be notified about an app invitation result.



Public Methods
 MethodDefined By
  
Called if the invitation dialog is cancelled.
IAIRFacebookAppInviteListener
  
onFacebookAppInviteError(errorMessage:String):void
Called if an error occurs during the invitation process.
IAIRFacebookAppInviteListener
  
Called if the invitation is sent successfully.
IAIRFacebookAppInviteListener
Method Detail
onFacebookAppInviteCancel()method
public function onFacebookAppInviteCancel():void

Called if the invitation dialog is cancelled.

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

Called if an error occurs during the invitation process.

Parameters

errorMessage:String — Message describing the error.

onFacebookAppInviteSuccess()method 
public function onFacebookAppInviteSuccess():void

Called if the invitation is sent successfully.