Documentation

Support

Vivox Core SDK

Vivox Core SDK

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_tbase
The common properties for all requests.
vx_generic_credentialscredentials
The credentials to use to deactivate the account.
char *user_name
The username to deactivate.

Detailed Description

struct vx_req_aux_deactivate_account;
See: vx_resp_aux_deactivate_account Attention: This is not supported on the iPhone platform.

Public Attributes Documentation

variable base

vx_req_base_t base;
The common properties for all requests.

variable credentials

vx_generic_credentials credentials;
The credentials to use to deactivate the account. Attention: This is not supported on the iPhone platform.

variable user_name

char * user_name;
The username to deactivate.