Delegate AccountCreatorListener.OnUpdateAccountDelegate
Callback to notify a response of server.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnUpdateAccountDelegate(AccountCreator creator, AccountCreatorStatus status, string response);Parameters
| Type | Name | Description | 
|---|---|---|
| AccountCreator | creator | Linphone.AccountCreator object | 
| AccountCreatorStatus | status | The status of the Linphone.AccountCreator test existence operation that has just finished | 
| System.String | response | The response has a string |