Delegate CoreListener.OnDefaultAccountChangedDelegate
Default account changed callback prototype.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnDefaultAccountChangedDelegate(Core core, Account account);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Core object |
| Account | account | Account object that has been set as the default account, probably by calling DefaultAccount, or null if the default account was removed. |