vx_resp_account_get_conversations
Reference the Vivox Core SDK API.
읽는 시간 1분최근 업데이트: 7달 전
#include <VxcResponses.h>Public Attributes
Name | |
|---|---|
| vx_resp_base_t | base The common properties for all responses. |
| int | conversations_size Number of conversations returned in the response. |
| int | next_cursor Cursor to the next page, 0-indexed if this is -1 then you have reached the last page. |
| vx_conversation_list_t | conversations 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.