Enum AccountManagerServicesRequestType
List of all supported Linphone.AccountManagerServicesRequest requests, allowing to know which one triggered either a callback from the Linphone.AccountManagerServicesRequestListener.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public enum AccountManagerServicesRequestType
Fields
Name | Description |
---|---|
AccountCreationRequestToken | Asks the account manager to create a request token to be validated in a web browser (captcha) and that can later be used to create an account creation token.
|
AccountCreationTokenFromAccountCreationRequestToken | Asks the account manager to consume the account creation request token to create an account creation token.
|
CreateAccountUsingToken | Uses an account creation token to create the account.
|
DeleteAccountAsAdmin |
|
DeleteDevice | Removes an account device.
|
GetAccountInfoAsAdmin |
|
GetCreationTokenAsAdmin |
|
GetDevicesList | Gets the list of devices for account.
|
LinkEmailUsingCode | Uses the code received by email to confirm the link between an account and an email address.
|
LinkPhoneNumberUsingCode | Uses the code received by SMS to confirm the link between an account and a phone number.
|
SendAccountCreationTokenByPush | Asks the account manager to send us an account creation token by push notification.
|
SendEmailLinkingCodeByEmail | Asks for a code to be sent by email to a given email address to link that address with an account.
|
SendPhoneNumberLinkingCodeBySms | Asks for a code to be sent by SMS to a given phone number to link that phone number with an account.
|