Interface AccountListener

All Known Implementing Classes:
AccountListenerStub

public interface AccountListener
An object to handle the callbacks for the handling of Account objects.

  • Method Details

    • onRegistrationStateChanged

      void onRegistrationStateChanged(@NonNull Account account, RegistrationState state, @NonNull String message)
      Callback for notifying when a registration state has changed for the account.

      Parameters:
      account - LinphoneAccount object whose registration state changed.
      state - The current LinphoneRegistrationState.
      message - A non null informational message about the state.