Delegate AccountCreatorListener.OnAccountCreationTokenUsingRequestTokenDelegate
Get the callback on account creation token.
In response, "token" is the token to pass to Linphone.AccountCreator.Token. It is used for Linphone.AccountCreator.CreateAccount() In status: -LinphoneAccountCreatorStatusRequestOk: token can be retrieved from the "token" field in response. -LinphoneAccountCreatorStatusRequestFailed: request token has not been validated. Recall Linphone.AccountCreator.RequestAccountCreationTokenUsingRequestToken() after some time. -LinphoneAccountCreatorStatusMissingArguments: request_token has not been set from Linphone.AccountCreator.Token. -LinphoneAccountCreatorStatusServerError: URL is not reachable.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
[Obsolete]
public delegate void OnAccountCreationTokenUsingRequestTokenDelegate(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