Delegate CoreListener.OnAccountRegistrationStateChangedDelegate
Callback notifying that a LinphoneAccount 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 LinphoneCore object. |
| Account | account | The LinphoneAccount object which has its registration changed. |
| RegistrationState | state | The new state for this account. |
| System.String | message | a non null informational message about the state |