Difference between revisions of "Application:vibrate"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2011.6<br/> | + | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate><br /> | <translate><br /> | ||
Vibrates the device. If the device doesn't support vibration, this function has no effect.<br /> | Vibrates the device. If the device doesn't support vibration, this function has no effect.<br /> | ||
Line 8: | Line 8: | ||
Application:vibrate(ms) | Application:vibrate(ms) | ||
</source> | </source> | ||
− | === Parameters === | + | === <translate>Parameters</translate> === |
'''ms''': (number) <translate>time in ms for vibration, if supported by the platform. (Android)</translate> '''optional'''<br/> | '''ms''': (number) <translate>time in ms for vibration, if supported by the platform. (Android)</translate> '''optional'''<br/> |
Revision as of 07:30, 24 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