Documentation

Support

Vivox Core SDK

Vivox Core SDK

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_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).
char *buddy_uri
The URI of the buddy.
char *display_name
The display name of the buddy.
char *buddy_data
Application-specific buddy data.
intgroup_id
The group that the buddy belongs to.
intaccount_id

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 buddy_uri

char * buddy_uri;
The URI of the buddy.

variable display_name

char * display_name;
The display name of the buddy.

variable buddy_data

char * buddy_data;
Application-specific buddy data.

variable group_id

int group_id;
The group that the buddy belongs to.

variable account_id

int account_id;
Deprecated: This is deprecated and should not be used. The account ID of the buddy.