기술 자료

지원

Vivox Core SDK

Vivox Core SDK

vx_evt_presence_updated

Learn about buddy presence change notifications.
읽는 시간 1분최근 업데이트: 19일 전

Raised when presence status of the signed in user changes.
#include <VxcEvents.h>

Public Attributes

Name

vx_evt_base_tbase
The common properties for all events.
vx_presence_statepresence
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

vx_evt_base_t base;
The common properties for all events.

variable presence

vx_presence_state presence;
The new online presence state of the user represented by sender_uri.

variable sender_uri

char * sender_uri;
The URI of the user who's presence has changed.