public interface IUidLoginCallback
The interface describes the UID registration login result.
abstract void
onSuccess(User user, long homeId)
onError(String code, String error)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onSuccess(User user, long homeId)
On success.
user
homeId
abstract void onError(String code, String error)
On error.
code
error