Difference between revisions of "Application:vibrate"
From GiderosMobile
Line 8: | Line 8: | ||
Application:vibrate(ms) | Application:vibrate(ms) | ||
</source> | </source> | ||
+ | === Parameters === | ||
'''ms''': (number) time in ms for vibration, if supported by the platform. (Android) '''optional'''<br/> | '''ms''': (number) time in ms for vibration, if supported by the platform. (Android) '''optional'''<br/> |
Revision as of 10:46, 23 August 2018
Available since: Gideros 2011.6
Description
Vibrates the device. If the device doesn't support vibration, this function has no effect.
Application:vibrate(ms)
Parameters
ms: (number) time in ms for vibration, if supported by the platform. (Android) optional