Start receiving vibration status change events.
#include <bps/vibration.h>
BPS_API int vibration_request_events(int flags)
BlackBerry 10.0.0
The types of events to deliver. A value of zero indicates that all events are requested. The meaning of non-zero values is reserved for future use.
The vibration_request_events() function starts to deliver vibration status change events to your application using BlackBerry Platform Services (BPS). Events are posted to the currently active channel.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.