Interface LoginCallBack


  • public interface LoginCallBack
    • Method Detail

      • onLoginCompleted

        void onLoginCompleted​(@Nullable
                              KiiUser user,
                              @Nullable
                              java.lang.Exception exception)
        Runs on the UI thread after KiiUser#loginWithToken(KiiUserCallBack, String, long) has been executed.
        Parameters:
        user - Authenticated user.
        exception - null if succeeded.