Interface ClientCreatedListener


  • public interface ClientCreatedListener
    Listener callback for asynchronous initialization of MSQASignInClient object.
    • Method Detail

      • onCreated

        void onCreated​(@NonNull
                       MSQASignInClient client)
        Called once when the client object is successfully created.
        Parameters:
        client - Successfully created client object.
      • onError

        void onError​(@NonNull
                     MSQAException error)
        Called on fail with error.
        Parameters:
        error - Error for creating a client