vx_req_aux_reactivate_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 reactivate the account. |
| char * | user_name The username to reactivate. |
Detailed Description
See: vx_resp_aux_reactivate_account Attention: This is not supported on the iPhone platform.struct vx_req_aux_reactivate_account;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable credentials
The credentials to use to reactivate the account. Attention: This is not supported on the iPhone platform.vx_generic_credentials credentials;
variable user_name
The username to reactivate.char * user_name;