public interface IRegisterCallback
User registration result callback interface.
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)
On success.
user
abstract void onError(String code, String error)
On error.
code
error