Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_resp_account_get_conversations

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

#include <VxcResponses.h>

Public Attributes

Name

vx_resp_base_tbase
The common properties for all responses.
intconversations_size
Number of conversations returned in the response.
intnext_cursor
Cursor to the next page, 0-indexed if this is -1 then you have reached the last page.
vx_conversation_list_tconversations
List representing the current page of conversations.

Public Attributes Documentation

variable base

vx_resp_base_t base;
The common properties for all responses.

variable conversations_size

int conversations_size;
Number of conversations returned in the response.

variable next_cursor

int next_cursor;
Cursor to the next page, 0-indexed if this is -1 then you have reached the last page.

variable conversations

vx_conversation_list_t conversations;
List representing the current page of conversations.