Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_evt_idle_state_changed

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago

Module: Audio Devices Raised to indicate to the application that the user has transitioned between an idle and non-idle state (in either order). More...
#include <VxcEvents.h>

Public Attributes

Name

vx_evt_base_tbase
The common properties for all events.
intis_idle
1 if the user is idle.

Detailed Description

struct vx_evt_idle_state_changed;
Raised to indicate to the application that the user has transitioned between an idle and non-idle state (in either order). Attention: Not supported on the iPhone platform.

Public Attributes Documentation

variable base

vx_evt_base_t base;
The common properties for all events.

variable is_idle

int is_idle;
1 if the user is idle. 0 if the user is not idle.