Documentation

​
​

Development

User Acquisition

Monetization

Industry

Vivox Core SDK

Vivox Core SDK

Vivox
​
​
Vivox Core SDK
  • Overview
  • Before you begin
  • Get started
  • Release notes
  • Developer Guide
  • Reference
  • Privacy overview
  1. Vivox Core SDK documentation

vx_resp_account_get_conversations

Reference the Vivox Core SDK API.
Read time 1 minute
Last updated 8 months 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.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Public Attributes

    • Public Attributes Documentation

      • variable base

      • variable conversations_size

      • variable next_cursor

      • variable conversations


Report a problem with this page