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