Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_evt_buddy_group_changed

Learn about buddy presence change notifications.
Read time 1 minuteLast updated 20 hours ago

Presented when a buddy group is set (added or updated) or removed.
#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 login request.
vx_change_type_tchange_type
Indicates the change type (set or delete).
intgroup_id
The ID for the group.
char *group_name
The display name for the group.
char *group_data
Application-specific group data.

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 login request.

variable change_type

vx_change_type_t change_type;
Indicates the change type (set or delete).

variable group_id

int group_id;
The ID for the group.

variable group_name

char * group_name;
The display name for the group.

variable group_data

char * group_data;
Application-specific group data.