Interface CreateUserCompletionHandler


  • public interface CreateUserCompletionHandler
    Interface to be implemented by applications to get the asynchronous result from Client.createUser().
    • Method Detail

      • onSuccess

        void onSuccess​(User user)
        Reports that the operation was successfully completed.
        Parameters:
        user - The created user.
      • onError

        void onError​(UserCreatedException error)
        Reports that the operation has failed.
        Parameters:
        error - Information about failure details.