vx_req_aux_deactivate_account
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
More...
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| vx_generic_credentials | credentials The credentials to use to deactivate the account. |
| char * | user_name The username to deactivate. |
Detailed Description
See: vx_resp_aux_deactivate_account Attention: This is not supported on the iPhone platform.struct vx_req_aux_deactivate_account;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable credentials
The credentials to use to deactivate the account. Attention: This is not supported on the iPhone platform.vx_generic_credentials credentials;
variable user_name
The username to deactivate.char * user_name;