Package 

Interface IUidLoginCallback


  • 
    public interface IUidLoginCallback
    
                        

    The interface describes the UID registration login result.

    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccess(User user, long homeId) On success.
      abstract void onError(String code, String error) On error.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onSuccess

         abstract void onSuccess(User user, long homeId)

        On success.

        Parameters:
        user - the user User
        homeId - the home id
      • onError

         abstract void onError(String code, String error)

        On error.

        Parameters:
        code - ErrorCode
        error - ErrorMessage