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_t | base The common properties for all events. |
| int | is_idle 1 if the user is idle. |
Detailed Description
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.struct vx_evt_idle_state_changed;
Public Attributes Documentation
variable base
The common properties for all events.vx_evt_base_t base;
variable is_idle
1 if the user is idle. 0 if the user is not idle.int is_idle;