Class AccountListenerStub

java.lang.Object
org.linphone.core.AccountListenerStub
All Implemented Interfaces:
AccountListener

public class AccountListenerStub extends Object implements AccountListener
  • Constructor Details

    • AccountListenerStub

      public AccountListenerStub()
  • Method Details

    • onRegistrationStateChanged

      public void onRegistrationStateChanged(@NonNull Account account, RegistrationState state, @NonNull String message)
      Description copied from interface: AccountListener
      Callback for notifying when a registration state has changed for the account.

      Specified by:
      onRegistrationStateChanged in interface AccountListener
      Parameters:
      account - LinphoneAccount object whose registration state changed.
      state - The current LinphoneRegistrationState.
      message - A non null informational message about the state.