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

Interface for objects that want to be notified about a logout result.



Public Methods
 MethodDefined By
  
Called if the logout is cancelled.
IAIRFacebookLogoutListener
  
onFacebookLogoutError(errorMessage:String):void
Called if an error occurs during the logout process.
IAIRFacebookLogoutListener
  
Called if the logout is successful.
IAIRFacebookLogoutListener
Method Detail
onFacebookLogoutCancel()method
public function onFacebookLogoutCancel():void

Called if the logout is cancelled.

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

Called if an error occurs during the logout process.

Parameters

errorMessage:String — Message describing the error.

onFacebookLogoutSuccess()method 
public function onFacebookLogoutSuccess():void

Called if the logout is successful.