Delegate CoreListener.OnAccountRegistrationStateChangedDelegate
Callback notifying that a Linphone.Account has its registration state changed.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnAccountRegistrationStateChangedDelegate(Core core, Account account, RegistrationState state, string message);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | The Linphone.Core object. |
| Account | account | The Linphone.Account object which has its registration changed. |
| RegistrationState | state | The new Linphone.RegistrationState for this account. |
| System.String | message | a non null informational message about the state |