mobileVibrate

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
mobileVibrate [<numberOfTimes>]
Summary

Causes the iOS or Android device to vibrate.

Introduced5.5
OSios, android
Platformsmobile
Parameters
NameTypeDescription
numberOfTimes

An integer (or an expression that evaluates to an integer) and specifies how many times to vibrate. If the numberOfTimes is not specified, the device is vibrated once.

Example
mobileVibrate
mobileVibrate 7
RelatedCommand: beep
Description

Use the mobileVibrate command to cause the iOS or Android device to vibrate.