Stops the vibrations of the device (even if they have been triggered by another application).
Caution:
- The device must be equipped with a vibration system.
- This function has no effect in the simulator or in the emulator.
// Trigger the vibrations during one second
VibrationTrigger(1000)
// Trigger the vibrations alternatively every 300 milliseconds
arrPeriod is array of int
arrPeriod = [300,300]
VibrationTrigger(arrPeriod, True)
// Stop the vibrations
VibrationStop()
Component: wd270android.jar