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