Delegate CoreListener.OnAccountRemovedDelegate
Account removed callback prototype.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnAccountRemovedDelegate(Core core, Account account);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Core object |
| Account | account | Account
object that has been added to the Core using |