public interface ILoginCallback
The interface describes user login results.
abstract void
onSuccess(User user)
onError(String code, String error)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onSuccess(User user)
Login successful
user
abstract void onError(String code, String error)
Login failed.
code
error