Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_account_send_user_app_data

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 16 days ago

Send specified data directly to a user. More...
#include <VxcRequests.h>

Public Attributes

Name

vx_req_base_tbase
The common properties for all requests.
VX_HANDLEaccount_handle
The handle returned from a successful vx_req_account_anonymous_login request.
char *to_uri
The URI of the account to send the data to.
char *content_type
The type of the data being sent.
char *content
The content of the message that is being sent.

Detailed Description

struct vx_req_account_send_user_app_data;
Send specified data directly to a user. See: vx_evt_user_app_data

Public Attributes Documentation

variable base

vx_req_base_t base;
The common properties for all requests.

variable account_handle

VX_HANDLE account_handle;
The handle returned from a successful vx_req_account_anonymous_login request.

variable to_uri

char * to_uri;
The URI of the account to send the data to.

variable content_type

char * content_type;
The type of the data being sent. Note: Multipart MIME types are not supported (for example, multipart/digest).

variable content

char * content;
The content of the message that is being sent.