|
Liblinphone 5.5.0
|
Typedefs | |
| typedef enum _LinphoneAccountCreatorStatus | LinphoneAccountCreatorStatus |
Enum describing the status of server request, used by the LinphoneAccountCreator.
| LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_account_creation_request_token_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Gets the account creation request token request.
| service | LinphoneAccountCreatorService object. |
| LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_account_creation_token_using_request_token_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Gets the account creation token request.
| service | LinphoneAccountCreatorService object. |
| LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_activate_account_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Gets the activate account request.
| service | LinphoneAccountCreatorService object. |
| LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_activate_alias_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Gets the activate alias request.
| service | LinphoneAccountCreatorService object. |
| LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_confirmation_key_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Gets the confirmation key request.
| service | LinphoneAccountCreatorService object. |
| LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_constructor_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Gets the constructor of account creator requests.
| service | LinphoneAccountCreatorService object. |
| LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_create_account_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Gets the create account request.
| service | LinphoneAccountCreatorService object. |
| LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_create_account_with_token_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Gets the create account with token request.
| service | LinphoneAccountCreatorService object. |
| LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_create_push_account_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Gets the create account request.
| service | LinphoneAccountCreatorService object. |
| LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_destructor_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Gets the destructor of create account request.
| service | LinphoneAccountCreatorService object. |
| LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_is_account_activated_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Gets the is account activated request.
| service | LinphoneAccountCreatorService object. |
| LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_is_account_exist_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Gets the is account exist request.
| service | LinphoneAccountCreatorService object. |
| LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_is_account_linked_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Gets the is account linked request.
| service | LinphoneAccountCreatorService object. |
| LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_is_alias_used_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Gets the is alias used request.
| service | LinphoneAccountCreatorService object. |
| LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_link_account_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Gets the link account request.
| service | LinphoneAccountCreatorService object. |
| LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_login_linphone_account_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Gets the login linphone account request.
| service | LinphoneAccountCreatorService object. |
| LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_recover_account_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Gets the recover account request.
| service | LinphoneAccountCreatorService object. |
| LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_send_token_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Gets the send token request.
| service | LinphoneAccountCreatorService object. |
| LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_update_account_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Gets the update account request.
| service | LinphoneAccountCreatorService object. |
| void * linphone_account_creator_service_get_user_data | ( | const LinphoneAccountCreatorService * | service | ) |
Retrieve the user pointer associated with a LinphoneAccountCreatorService object.
| service | LinphoneAccountCreatorService object. |
| LinphoneAccountCreatorService * linphone_account_creator_service_new | ( | void | ) |
Creates a new LinphoneAccountCreatorService object.
| LinphoneAccountCreatorService * linphone_account_creator_service_ref | ( | LinphoneAccountCreatorService * | service | ) |
Acquire a reference to a LinphoneAccountCreatorService object.
| service | LinphoneAccountCreatorService object. |
| void linphone_account_creator_service_set_account_creation_request_token_cb | ( | LinphoneAccountCreatorService * | service, |
| LinphoneAccountCreatorRequestFunc | cb | ||
| ) |
Sets the account creation request token request.
| service | LinphoneAccountCreatorService object. |
| cb | The request token cb to be used. |
| void linphone_account_creator_service_set_account_creation_token_using_request_token_cb | ( | LinphoneAccountCreatorService * | service, |
| LinphoneAccountCreatorRequestFunc | cb | ||
| ) |
Sets the account creation token request.
| service | LinphoneAccountCreatorService object. |
| cb | The request token cb to be used. |
| void linphone_account_creator_service_set_activate_account_cb | ( | LinphoneAccountCreatorService * | service, |
| LinphoneAccountCreatorRequestFunc | cb | ||
| ) |
Assign a user pointer to a LinphoneAccountCreatorService object.
| service | LinphoneAccountCreatorService object. |
| cb | The activate account request to be used. |
| void linphone_account_creator_service_set_activate_alias_cb | ( | LinphoneAccountCreatorService * | service, |
| LinphoneAccountCreatorRequestFunc | cb | ||
| ) |
Assign a user pointer to a LinphoneAccountCreatorService object.
| service | LinphoneAccountCreatorService object. |
| cb | The activate alias request to be used. |
| void linphone_account_creator_service_set_confirmation_key_cb | ( | LinphoneAccountCreatorService * | service, |
| LinphoneAccountCreatorRequestFunc | cb | ||
| ) |
Assign a user pointer to a LinphoneAccountCreatorService object.
| service | LinphoneAccountCreatorService object. |
| cb | The confirmation key request to be used. |
| void linphone_account_creator_service_set_constructor_cb | ( | LinphoneAccountCreatorService * | service, |
| LinphoneAccountCreatorRequestFunc | cb | ||
| ) |
Assign a user pointer to a LinphoneAccountCreatorService object.
| service | LinphoneAccountCreatorService object. |
| cb | The constructor of account creator requests. |
| void linphone_account_creator_service_set_create_account_cb | ( | LinphoneAccountCreatorService * | service, |
| LinphoneAccountCreatorRequestFunc | cb | ||
| ) |
Assign a user pointer to a LinphoneAccountCreatorService object.
| service | LinphoneAccountCreatorService object. |
| cb | The create account request to be used. |
| void linphone_account_creator_service_set_create_account_with_token_cb | ( | LinphoneAccountCreatorService * | service, |
| LinphoneAccountCreatorRequestFunc | cb | ||
| ) |
Assign a user pointer to a LinphoneAccountCreatorService object.
| service | LinphoneAccountCreatorService object. |
| cb | The create account with token request to be used. |
| void linphone_account_creator_service_set_create_push_account_cb | ( | LinphoneAccountCreatorService * | service, |
| LinphoneAccountCreatorRequestFunc | cb | ||
| ) |
Assign a user pointer to a LinphoneAccountCreatorService object.
| service | LinphoneAccountCreatorService object. |
| cb | The create account request to be used. |
| void linphone_account_creator_service_set_destructor_cb | ( | LinphoneAccountCreatorService * | service, |
| LinphoneAccountCreatorRequestFunc | cb | ||
| ) |
Assign a user pointer to a LinphoneAccountCreatorService object.
| service | LinphoneAccountCreatorService object. |
| cb | The destructor. |
| void linphone_account_creator_service_set_is_account_activated_cb | ( | LinphoneAccountCreatorService * | service, |
| LinphoneAccountCreatorRequestFunc | cb | ||
| ) |
Assign a user pointer to a LinphoneAccountCreatorService object.
| service | LinphoneAccountCreatorService object. |
| cb | The is account activated request to be used. |
| void linphone_account_creator_service_set_is_account_exist_cb | ( | LinphoneAccountCreatorService * | service, |
| LinphoneAccountCreatorRequestFunc | cb | ||
| ) |
Assign a user pointer to a LinphoneAccountCreatorService object.
| service | LinphoneAccountCreatorService object. |
| cb | The is account exist request to be used. |
| void linphone_account_creator_service_set_is_account_linked_cb | ( | LinphoneAccountCreatorService * | service, |
| LinphoneAccountCreatorRequestFunc | cb | ||
| ) |
Assign a user pointer to a LinphoneAccountCreatorService object.
| service | LinphoneAccountCreatorService object. |
| cb | The is account linked request to be used. |
| void linphone_account_creator_service_set_is_alias_used_cb | ( | LinphoneAccountCreatorService * | service, |
| LinphoneAccountCreatorRequestFunc | cb | ||
| ) |
Assign a user pointer to a LinphoneAccountCreatorService object.
| service | LinphoneAccountCreatorService object. |
| cb | The is alias used request to be used. |
| void linphone_account_creator_service_set_link_account_cb | ( | LinphoneAccountCreatorService * | service, |
| LinphoneAccountCreatorRequestFunc | cb | ||
| ) |
Assign a user pointer to a LinphoneAccountCreatorService object.
| service | LinphoneAccountCreatorService object. |
| cb | The link account request to be used. |
| void linphone_account_creator_service_set_login_linphone_account_cb | ( | LinphoneAccountCreatorService * | service, |
| LinphoneAccountCreatorRequestFunc | cb | ||
| ) |
Assign a user pointer to a LinphoneAccountCreatorService object.
| service | LinphoneAccountCreatorService object. |
| cb | The login linphone account request to be used. |
| void linphone_account_creator_service_set_recover_account_cb | ( | LinphoneAccountCreatorService * | service, |
| LinphoneAccountCreatorRequestFunc | cb | ||
| ) |
Assign a user pointer to a LinphoneAccountCreatorService object.
| service | LinphoneAccountCreatorService object. |
| cb | The recover account request to be used. |
| void linphone_account_creator_service_set_send_token_cb | ( | LinphoneAccountCreatorService * | service, |
| LinphoneAccountCreatorRequestFunc | cb | ||
| ) |
Request an auth token for account creator backend to be sent by push.
| service | LinphoneAccountCreatorService object. |
| cb | The send token request to be used. |
| void linphone_account_creator_service_set_update_account_cb | ( | LinphoneAccountCreatorService * | service, |
| LinphoneAccountCreatorRequestFunc | cb | ||
| ) |
Assign a user pointer to a LinphoneAccountCreatorService object.
| service | LinphoneAccountCreatorService object. |
| cb | The update account request to be used. |
| void linphone_account_creator_service_set_user_data | ( | LinphoneAccountCreatorService * | service, |
| void * | ud | ||
| ) |
Assign a user pointer to a LinphoneAccountCreatorService object.
| service | LinphoneAccountCreatorService object. |
| ud | The user pointer to associate with the LinphoneAccountCreatorService object. |
| void linphone_account_creator_service_unref | ( | LinphoneAccountCreatorService * | service | ) |
Release a reference to a LinphoneAccountCreatorService object.
| service | LinphoneAccountCreatorService object. |