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_t | base The common properties for all requests. |
| VX_HANDLE | account_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
Send specified data directly to a user. See: vx_evt_user_app_datastruct vx_req_account_send_user_app_data;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable account_handle
The handle returned from a successful vx_req_account_anonymous_login request.VX_HANDLE account_handle;
variable to_uri
The URI of the account to send the data to.char * to_uri;
variable content_type
The type of the data being sent. Note: Multipart MIME types are not supported (for example, multipart/digest).char * content_type;
variable content
The content of the message that is being sent.char * content;