- Name
-
Vibrate -- vibrate device (V8.0)
- Synopsis
-
Vibrate(ms)
- Platforms
-
Android only
- Function
-
This function can be used to vibrate the device for the duration specified by
ms
. The duration
must be specified in milliseconds.
- Inputs
-
- ms
- duration in milliseconds to vibrate
- Example
-
Vibrate(1000)
The code above will vibrate the device for one second.
Show TOC