vibration_intensity_t

Vibration intensities.

Synopsis:

#include <bps/vibration.h>
 
typedef enum {
      VIBRATION_INTENSITY_LOW = 1   
      VIBRATION_INTENSITY_MEDIUM = 10   
      VIBRATION_INTENSITY_HIGH = 100   
} vibration_intensity_t;

Since:

BlackBerry 10.1.0

Data:

VIBRATION_INTENSITY_LOW
Specifies a low intensity vibration.
VIBRATION_INTENSITY_MEDIUM
Specifies a regular vibration.
VIBRATION_INTENSITY_HIGH
Specifies a high intensity vibration.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

This enumeration defines the possible vibration intensities.