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_t | base The common properties for all events. |
| VX_HANDLE | account_handle The handle returned from a successful login request. |
| vx_change_type_t | change_type Indicates the change type (set or delete). |
| int | group_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
The common properties for all events.vx_evt_base_t base;
variable account_handle
The handle returned from a successful login request.VX_HANDLE account_handle;
variable change_type
Indicates the change type (set or delete).vx_change_type_t change_type;
variable group_id
The ID for the group.int group_id;
variable group_name
The display name for the group.char * group_name;
variable group_data
Application-specific group data.char * group_data;