Liblinphone  5.3.0
Public Member Functions | List of all members
linphone::AccountListener Class Reference

An object to handle the callbacks for the handling of Account objects. More...

#include <account_listener.hh>

Inheritance diagram for linphone::AccountListener:

Public Member Functions

virtual LINPHONECXX_PUBLIC void onRegistrationStateChanged (const std::shared_ptr< linphone::Account > &account, linphone::RegistrationState state, const std::string &message)
 Callback for notifying when a registration state has changed for the account. More...
 

Detailed Description

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

Member Function Documentation

◆ onRegistrationStateChanged()

virtual LINPHONECXX_PUBLIC void linphone::AccountListener::onRegistrationStateChanged ( const std::shared_ptr< linphone::Account > &  account,
linphone::RegistrationState  state,
const std::string &  message 
)
inlinevirtual

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

Parameters
accountLinphoneAccount object whose registration state changed.
stateThe current LinphoneRegistrationState.
messageA non nullptr informational message about the state.

The documentation for this class was generated from the following file: