vx_evt_presence_updated
Learn about buddy presence change notifications.
Read time 1 minuteLast updated 20 hours ago
Raised when presence status of the signed in user changes.
#include <VxcEvents.h>Public Attributes
Name | |
|---|---|
| vx_evt_base_t | base The common properties for all events. |
| vx_presence_state | presence The new online presence state of the user represented by sender_uri. |
| char * | sender_uri The URI of the user who's presence has changed. |
Public Attributes Documentation
variable base
The common properties for all events.vx_evt_base_t base;
variable presence
The new online presence state of the user represented by sender_uri.vx_presence_state presence;
variable sender_uri
The URI of the user who's presence has changed.char * sender_uri;