Interface AccountCallback


  • public interface AccountCallback
    Callback interface used by methods in User class.
    • Method Detail

      • onError

        void onError​(java.lang.Exception e)
      • onSuccess

        void onSuccess​(Account account)