Delegate CoreListener.OnAccountRegistrationStateChangedDelegate
Gets the account registration state changed callback.
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 | |
| Account | account | |
| RegistrationState | state | |
| System.String | message |