Liblinphone  5.5.0
Linphone.AccountCreatorListener Class Reference
Inheritance diagram for Linphone.AccountCreatorListener:
Linphone.LinphoneObject

Public Member Functions

delegate void OnCreateAccountDelegate (Linphone.AccountCreator creator, Linphone.AccountCreatorStatus status, string response)
 
delegate void OnIsAccountExistDelegate (Linphone.AccountCreator creator, Linphone.AccountCreatorStatus status, string response)
 
delegate void OnActivateAccountDelegate (Linphone.AccountCreator creator, Linphone.AccountCreatorStatus status, string response)
 
delegate void OnSendTokenDelegate (Linphone.AccountCreator creator, Linphone.AccountCreatorStatus status, string response)
 
delegate void OnAccountCreationRequestTokenDelegate (Linphone.AccountCreator creator, Linphone.AccountCreatorStatus status, string response)
 
delegate void OnAccountCreationTokenUsingRequestTokenDelegate (Linphone.AccountCreator creator, Linphone.AccountCreatorStatus status, string response)
 
delegate void OnIsAccountActivatedDelegate (Linphone.AccountCreator creator, Linphone.AccountCreatorStatus status, string response)
 
delegate void OnLinkAccountDelegate (Linphone.AccountCreator creator, Linphone.AccountCreatorStatus status, string response)
 
delegate void OnActivateAliasDelegate (Linphone.AccountCreator creator, Linphone.AccountCreatorStatus status, string response)
 
delegate void OnIsAliasUsedDelegate (Linphone.AccountCreator creator, Linphone.AccountCreatorStatus status, string response)
 
delegate void OnIsAccountLinkedDelegate (Linphone.AccountCreator creator, Linphone.AccountCreatorStatus status, string response)
 
delegate void OnRecoverAccountDelegate (Linphone.AccountCreator creator, Linphone.AccountCreatorStatus status, string response)
 
delegate void OnUpdateAccountDelegate (Linphone.AccountCreator creator, Linphone.AccountCreatorStatus status, string response)
 
delegate void OnLoginLinphoneAccountDelegate (Linphone.AccountCreator creator, Linphone.AccountCreatorStatus status, string response)
 

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)
 

Detailed Description

An object to handle the responses callbacks for handling the Linphone.AccountCreator operations.

Member Function Documentation

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.

Returns
The current request token request.

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.

Returns
The current request token request.

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.

Returns
The current 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.

Returns
The current link account 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.

Returns
The current 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.

Returns
The current 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.

Returns
The current 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.

Returns
The current 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.

Returns
The current 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.

Returns
The current 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.

Returns
The current 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.

Returns
The current 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.

Returns
The current 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.

Returns
The current update account request.

Deprecated : 11/06/2024 use Linphone.AccountManagerServicesRequestListener instead


The documentation for this class was generated from the following file: