vx_evt_buddy_changed
Learn about buddy presence change notifications.
Read time 1 minuteLast updated 20 hours ago
Presented when a buddy is either 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). |
| char * | buddy_uri The URI of the buddy. |
| char * | display_name The display name of the buddy. |
| char * | buddy_data Application-specific buddy data. |
| int | group_id The group that the buddy belongs to. |
| int | account_id |
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 buddy_uri
The URI of the buddy.char * buddy_uri;
variable display_name
The display name of the buddy.char * display_name;
variable buddy_data
Application-specific buddy data.char * buddy_data;
variable group_id
The group that the buddy belongs to.int group_id;
variable account_id
Deprecated: This is deprecated and should not be used. The account ID of the buddy.int account_id;