Delegate AccountCreatorListener.OnUpdateAccountDelegate
Get the update account request.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
[Obsolete]
public delegate void OnUpdateAccountDelegate(AccountCreator creator, AccountCreatorStatus status, string response);
Parameters
| Type | Name | Description |
|---|---|---|
| AccountCreator | creator | |
| AccountCreatorStatus | status | |
| System.String | response |
Remarks
Deprecated : 11/06/2024 use Linphone.AccountManagerServicesRequestListener instead