Delegate AccountCreatorListener.OnAccountCreationRequestTokenDelegate
Get the callback on account creation request token.
In response: -"token" is the request token to used with Linphone.AccountCreator.RequestAccountCreationTokenUsingRequestToken(). -"validation_url" is a URL to redirect the user into a browser for validation. In status: -LinphoneAccountCreatorStatusRequestOk: the request token should be in response with the validation url.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
[Obsolete]
public delegate void OnAccountCreationRequestTokenDelegate(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