vx_req_account_list_block_rules
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 12 days ago
Retrieve a list of block rules for a given account. 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. |
| int | refresh When set to 1, this interrogates the server for the list of block rules. |
Detailed Description
Retrieve a list of block rules for a given account. See: vx_resp_account_list_block_rules The order of rules returned in the list is unspecified. The calling application must sequence the resultant data.struct vx_req_account_list_block_rules;
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 refresh
When set to 1, this interrogates the server for the list of block rules. Note: V5 only. This is ignored by V4. The default value is 0.int refresh;