Static Public Member Functions | |
| static Linphone.AccountCreator | Create (Linphone.Core core) |
Properties | |
| AccountCreatorListener | Listener [get, set] |
| Linphone.Account | Account [set] |
| string | AccountCreationRequestToken [get, set] |
| string | ActivationCode [get, set] |
| string | Algorithm [get, set] |
| bool | AsDefault [set] |
| string | DisplayName [get, set] |
| string | Domain [get, set] |
| string | Email [get, set] |
| string | Ha1 [get, set] |
| string | Language [get, set] |
| string | Password [get, set] |
| string | PhoneCountryCode [get] |
| string | PhoneNumber [get] |
| string | PnParam [get, set] |
| string | PnPrid [get, set] |
| string | PnProvider [get, set] |
| Linphone.ProxyConfig | ProxyConfig [set] |
| string | Route [get, set] |
| bool | SetAsDefault [get] |
| string | Token [get, set] |
| Linphone.TransportType | Transport [get, set] |
| string | Username [get, set] |
Additional Inherited Members | |
Protected Member Functions inherited from Linphone.LinphoneObject | |
| static String | linphone_pointer_to_string (IntPtr ptr) |
| static IntPtr | linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str) |
| IntPtr | StringArrayToBctbxList (IEnumerable< string > stringlist) |
| void | CleanStringArrayPtrs (IntPtr l) |
The object used to configure an account on a server via XML-RPC See: Override account creator request The object used to configure an account on a server via XML-RPC See: Override account creator request
|
inline |
Send a request to activate an account on server.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
inline |
Send a request to activate an alias.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
inlinestatic |
Create a Linphone.AccountCreator and set Linphone Request callbacks.
| core | The Linphone.Core used for the XML-RPC communication |
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
inline |
Send a request to create an account on server.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
inline |
Create and configure a Linphone.Account and a Linphone.AuthInfo from informations set in the Linphone.AccountCreator.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
inline |
Create and configure a proxy config and a authentication info for an account creator.
Deprecated : 05/05/2023 Use Linphone.AccountCreator.CreateAccountInCore() instead.
|
inline |
Send a request to create a push account on server.
Push accounts are used in account dependent situation when account cannot send push notifications. A username and password are automatically generated, an account is automatically activated.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
inline |
Send a request to know if an account is activated on server.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
inline |
Send a request to know the existence of account on server.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
inline |
Send a request to know if an account is linked.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
inline |
Send a request to know if an alias is used.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
inline |
Send a request to link an account to an alias.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
inline |
Send a request to get the password & algorithm of an account using the confirmation key.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
inline |
Send a request to recover an account.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
inline |
Request an account creation "request_token" to be used on account creations.
The request_token is retrieved from the callback linphone_account_creator_cbs_get_account_creation_request_token
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
inline |
Send a request to get a token to be used for account creation from a request_token.
The token is retrieved from the callback linphone_account_creator_cbs_get_account_creation_token_using_request_token
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
inline |
Request an auth token to be send by the backend by push notification.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
inline |
Reset the account creator entries like username, password, phone number...
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
inline |
Set the phone number normalized.
| phoneNumber | The phone number to set |
| countryCode | Country code to associate phone number with |
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
inline |
Send a request to update an account.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
inline |
Require the account creator to use special "test admin account".
Warning : The "test admin account" is a special feature required for automated test, and requires the APP_EVERYONE_IS_ADMIN property to be enabled on the remote Flexisip Account Manager (FlexiAPI). This feature must never be turned on for a production-stage app.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
set |
Assign a proxy config pointer to the LinphoneAccountCreator.
| account | The LinphoneAccount to associate with the LinphoneAccountCreator. |
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
getset |
Get the account creation request token received to be used to check user validation.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
getset |
Get the activation code.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
getset |
Get the algorithm configured in the account creator.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
set |
Set the set_as_default property.
| setAsDefault | true for the created proxy config to be set as default in Linphone.Core, false otherwise |
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
getset |
Get the display name.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
getset |
Get the domain.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
getset |
Get the email.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
getset |
Get the ha1.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
getset |
Get the language use in email of SMS.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
getset |
Get the password.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
get |
Get the international prefix.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
get |
Get the RFC 3966 normalized phone number.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
getset |
Get the param to be used by the backend to send the push notification to the device asking for an auth token.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
getset |
Get the prid to be used by the backend to send the push notification to the device asking for an auth token.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
getset |
Get the provider to be used by the backend to send the push notification to the device asking for an auth token.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
set |
Assign a proxy config pointer to the LinphoneAccountCreator.
| cfg | The LinphoneProxyConfig to associate with the LinphoneAccountCreator. |
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
getset |
Get the route.
|
get |
Get the set_as_default property.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
getset |
Get the authentication token set (if any) to be used to authenticate next queries, if required.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
getset |
Get Transport.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead
|
getset |
Get the username.
Deprecated : 11/06/2024 use Linphone.AccountManagerServices instead