public interface ILogoutCallback
The interface describes the result of the user logging out.
abstract void
onSuccess()
onError(String code, String error)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onSuccess()
On success.
abstract void onError(String code, String error)
On error.
code
error