| Package | com.marpies.ane.facebook.listeners |
| Interface | public interface IAIRFacebookLogoutListener |
| Method | Defined By | ||
|---|---|---|---|
onFacebookLogoutCancel():void
Called if the logout is cancelled. | IAIRFacebookLogoutListener | ||
onFacebookLogoutError(errorMessage:String):void
Called if an error occurs during the logout process. | IAIRFacebookLogoutListener | ||
onFacebookLogoutSuccess():void
Called if the logout is successful. | IAIRFacebookLogoutListener | ||
| onFacebookLogoutCancel | () | method |
public function onFacebookLogoutCancel():voidCalled if the logout is cancelled.
| onFacebookLogoutError | () | method |
public function onFacebookLogoutError(errorMessage:String):voidCalled if an error occurs during the logout process.
Parameters
errorMessage:String — Message describing the error.
|
| onFacebookLogoutSuccess | () | method |
public function onFacebookLogoutSuccess():voidCalled if the logout is successful.