Interface AccountCreatorListener

All Known Implementing Classes:
AccountCreatorListenerStub

public interface AccountCreatorListener
An object to handle the responses callbacks for handling the AccountCreator
operations.

  • Method Details

    • onCreateAccount

      void onCreateAccount(@NonNull AccountCreator creator, AccountCreator.Status status, @Nullable String response)
      Callback to notify a response of server.

      Parameters:
      creator - AccountCreator object
      status - The status of the AccountCreator test existence operation
      that has just finished
      response - The response has a string
    • onIsAccountExist

      void onIsAccountExist(@NonNull AccountCreator creator, AccountCreator.Status status, @Nullable String response)
      Callback to notify a response of server.

      Parameters:
      creator - AccountCreator object
      status - The status of the AccountCreator test existence operation
      that has just finished
      response - The response has a string
    • onActivateAccount

      void onActivateAccount(@NonNull AccountCreator creator, AccountCreator.Status status, @Nullable String response)
      Callback to notify a response of server.

      Parameters:
      creator - AccountCreator object
      status - The status of the AccountCreator test existence operation
      that has just finished
      response - The response has a string
    • onSendToken

      void onSendToken(@NonNull AccountCreator creator, AccountCreator.Status status, @Nullable String response)
      Callback to notify a response of server.

      Parameters:
      creator - AccountCreator object
      status - The status of the AccountCreator test existence operation
      that has just finished
      response - The response has a string
    • onAccountCreationRequestToken

      void onAccountCreationRequestToken(@NonNull AccountCreator creator, AccountCreator.Status status, @Nullable String response)
      Callback to notify a response of server.

      Parameters:
      creator - AccountCreator object
      status - The status of the AccountCreator test existence operation
      that has just finished
      response - The response has a string
    • onAccountCreationTokenUsingRequestToken

      void onAccountCreationTokenUsingRequestToken(@NonNull AccountCreator creator, AccountCreator.Status status, @Nullable String response)
      Callback to notify a response of server.

      Parameters:
      creator - AccountCreator object
      status - The status of the AccountCreator test existence operation
      that has just finished
      response - The response has a string
    • onIsAccountActivated

      void onIsAccountActivated(@NonNull AccountCreator creator, AccountCreator.Status status, @Nullable String response)
      Callback to notify a response of server.

      Parameters:
      creator - AccountCreator object
      status - The status of the AccountCreator test existence operation
      that has just finished
      response - The response has a string
    • onLinkAccount

      void onLinkAccount(@NonNull AccountCreator creator, AccountCreator.Status status, @Nullable String response)
      Callback to notify a response of server.

      Parameters:
      creator - AccountCreator object
      status - The status of the AccountCreator test existence operation
      that has just finished
      response - The response has a string
    • onActivateAlias

      void onActivateAlias(@NonNull AccountCreator creator, AccountCreator.Status status, @Nullable String response)
      Callback to notify a response of server.

      Parameters:
      creator - AccountCreator object
      status - The status of the AccountCreator test existence operation
      that has just finished
      response - The response has a string
    • onIsAliasUsed

      void onIsAliasUsed(@NonNull AccountCreator creator, AccountCreator.Status status, @Nullable String response)
      Callback to notify a response of server.

      Parameters:
      creator - AccountCreator object
      status - The status of the AccountCreator test existence operation
      that has just finished
      response - The response has a string
    • onIsAccountLinked

      void onIsAccountLinked(@NonNull AccountCreator creator, AccountCreator.Status status, @Nullable String response)
      Callback to notify a response of server.

      Parameters:
      creator - AccountCreator object
      status - The status of the AccountCreator test existence operation
      that has just finished
      response - The response has a string
    • onRecoverAccount

      void onRecoverAccount(@NonNull AccountCreator creator, AccountCreator.Status status, @Nullable String response)
      Callback to notify a response of server.

      Parameters:
      creator - AccountCreator object
      status - The status of the AccountCreator test existence operation
      that has just finished
      response - The response has a string
    • onUpdateAccount

      void onUpdateAccount(@NonNull AccountCreator creator, AccountCreator.Status status, @Nullable String response)
      Callback to notify a response of server.

      Parameters:
      creator - AccountCreator object
      status - The status of the AccountCreator test existence operation
      that has just finished
      response - The response has a string
    • onLoginLinphoneAccount

      void onLoginLinphoneAccount(@NonNull AccountCreator creator, AccountCreator.Status status, @Nullable String response)
      Callback to notify a response of server.

      Parameters:
      creator - AccountCreator object
      status - The status of the AccountCreator test existence operation
      that has just finished
      response - The response has a string