Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_evt_server_app_data

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago

The server can send messages to the SDK that the SDK does not need to consume. More...
#include <VxcEvents.h>

Public Attributes

Name

vx_evt_base_tbase
The common properties for all events.
VX_HANDLEaccount_handle
The handle returned from a successful account login request.
char *content_type
The type of the incoming data.
char *content
The content of the message being received from the server.

Detailed Description

struct vx_evt_server_app_data;
The server can send messages to the SDK that the SDK does not need to consume. These messages are propagated to the application through this event. The application can choose to parse and consume these messages or to ignore them.

Public Attributes Documentation

variable base

vx_evt_base_t base;
The common properties for all events.

variable account_handle

VX_HANDLE account_handle;
The handle returned from a successful account login request. See: vx_req_account_login

variable content_type

char * content_type;
The type of the incoming data.

variable content

char * content;
The content of the message being received from the server.