vx_evt_idle_state_changed
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 7 months 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_t | base The common properties for all events. |
| int | is_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.