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 | Linphone.Core object |
| Account | account | Linphone.Account object that has been set as the default account, probably by calling Linphone.Core.DefaultAccount, or null if the default account was removed. |