Properties | |
| OnCreateAccountDelegate | OnCreateAccount [get, set] |
| OnIsAccountExistDelegate | OnIsAccountExist [get, set] |
| OnActivateAccountDelegate | OnActivateAccount [get, set] |
| OnSendTokenDelegate | OnSendToken [get, set] |
| OnAccountCreationRequestTokenDelegate | OnAccountCreationRequestToken [get, set] |
| OnAccountCreationTokenUsingRequestTokenDelegate | OnAccountCreationTokenUsingRequestToken [get, set] |
| OnIsAccountActivatedDelegate | OnIsAccountActivated [get, set] |
| OnLinkAccountDelegate | OnLinkAccount [get, set] |
| OnActivateAliasDelegate | OnActivateAlias [get, set] |
| OnIsAliasUsedDelegate | OnIsAliasUsed [get, set] |
| OnIsAccountLinkedDelegate | OnIsAccountLinked [get, set] |
| OnRecoverAccountDelegate | OnRecoverAccount [get, set] |
| OnUpdateAccountDelegate | OnUpdateAccount [get, set] |
| OnLoginLinphoneAccountDelegate | OnLoginLinphoneAccount [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) |
An object to handle the responses callbacks for handling the Linphone.AccountCreator operations.
| delegate void Linphone.AccountCreatorListener.OnAccountCreationRequestTokenDelegate | ( | Linphone.AccountCreator | creator, |
| Linphone.AccountCreatorStatus | status, | ||
| string | response | ||
| ) |
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.
Deprecated : 11/06/2024 use Linphone.AccountManagerServicesRequestListener instead
| delegate void Linphone.AccountCreatorListener.OnAccountCreationTokenUsingRequestTokenDelegate | ( | Linphone.AccountCreator | creator, |
| Linphone.AccountCreatorStatus | status, | ||
| string | response | ||
| ) |
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.
Deprecated : 11/06/2024 use Linphone.AccountManagerServicesRequestListener instead
| delegate void Linphone.AccountCreatorListener.OnActivateAccountDelegate | ( | Linphone.AccountCreator | creator, |
| Linphone.AccountCreatorStatus | status, | ||
| string | response | ||
| ) |
Get the activate account request.
Deprecated : 11/06/2024 use Linphone.AccountManagerServicesRequestListener instead
| delegate void Linphone.AccountCreatorListener.OnActivateAliasDelegate | ( | Linphone.AccountCreator | creator, |
| Linphone.AccountCreatorStatus | status, | ||
| string | response | ||
| ) |
Get the activate alias request.
Deprecated : 11/06/2024 use Linphone.AccountManagerServicesRequestListener instead
| delegate void Linphone.AccountCreatorListener.OnCreateAccountDelegate | ( | Linphone.AccountCreator | creator, |
| Linphone.AccountCreatorStatus | status, | ||
| string | response | ||
| ) |
Get the create account request.
Deprecated : 11/06/2024 use Linphone.AccountManagerServicesRequestListener instead
| delegate void Linphone.AccountCreatorListener.OnIsAccountActivatedDelegate | ( | Linphone.AccountCreator | creator, |
| Linphone.AccountCreatorStatus | status, | ||
| string | response | ||
| ) |
Get the is account activated request.
Deprecated : 11/06/2024 use Linphone.AccountManagerServicesRequestListener instead
| delegate void Linphone.AccountCreatorListener.OnIsAccountExistDelegate | ( | Linphone.AccountCreator | creator, |
| Linphone.AccountCreatorStatus | status, | ||
| string | response | ||
| ) |
Get the is account exist request.
Deprecated : 11/06/2024 use Linphone.AccountManagerServicesRequestListener instead
| delegate void Linphone.AccountCreatorListener.OnIsAccountLinkedDelegate | ( | Linphone.AccountCreator | creator, |
| Linphone.AccountCreatorStatus | status, | ||
| string | response | ||
| ) |
Get the is account linked request.
Deprecated : 11/06/2024 use Linphone.AccountManagerServicesRequestListener instead
| delegate void Linphone.AccountCreatorListener.OnIsAliasUsedDelegate | ( | Linphone.AccountCreator | creator, |
| Linphone.AccountCreatorStatus | status, | ||
| string | response | ||
| ) |
Get the is alias used request.
Deprecated : 11/06/2024 use Linphone.AccountManagerServicesRequestListener instead
| delegate void Linphone.AccountCreatorListener.OnLinkAccountDelegate | ( | Linphone.AccountCreator | creator, |
| Linphone.AccountCreatorStatus | status, | ||
| string | response | ||
| ) |
Get the link account request.
Deprecated : 11/06/2024 use Linphone.AccountManagerServicesRequestListener instead
| delegate void Linphone.AccountCreatorListener.OnLoginLinphoneAccountDelegate | ( | Linphone.AccountCreator | creator, |
| Linphone.AccountCreatorStatus | status, | ||
| string | response | ||
| ) |
Get the login linphone account request.
Deprecated : 11/06/2024 use Linphone.AccountManagerServicesRequestListener instead
| delegate void Linphone.AccountCreatorListener.OnRecoverAccountDelegate | ( | Linphone.AccountCreator | creator, |
| Linphone.AccountCreatorStatus | status, | ||
| string | response | ||
| ) |
Get the recover account request.
Deprecated : 11/06/2024 use Linphone.AccountManagerServicesRequestListener instead
| delegate void Linphone.AccountCreatorListener.OnSendTokenDelegate | ( | Linphone.AccountCreator | creator, |
| Linphone.AccountCreatorStatus | status, | ||
| string | response | ||
| ) |
Get the activate account request.
Deprecated : 11/06/2024 use Linphone.AccountManagerServicesRequestListener instead
| delegate void Linphone.AccountCreatorListener.OnUpdateAccountDelegate | ( | Linphone.AccountCreator | creator, |
| Linphone.AccountCreatorStatus | status, | ||
| string | response | ||
| ) |
Get the update account request.
Deprecated : 11/06/2024 use Linphone.AccountManagerServicesRequestListener instead