AccountDelegate

public protocol AccountDelegate : AnyObject

Undocumented

  • Callback for notifying when a registration state has changed for the account.

    Default Implementation

    Declaration

    Swift

    func onRegistrationStateChanged(account: Account, state: RegistrationState, message: String)

    Parameters

    account

    LinphoneAccount object whose registration state changed.

    state

    The current LinphoneRegistrationState.

    message

    A non nil informational message about the state.