API Reference

com.kinvey.android.callback

Interface KinveyClientBuilderCallback



  • public KinveyClientBuilderCallback

    This class provides callbacks for an creation of the client.

    Creating a client requires disc operations which are performed asynchronously.

    • Method Detail

      • onSuccess

        void onSuccess(Client<?> result)
      • onFailure

        void onFailure(java.lang.Throwable error)