Difference between revisions of "Application:vibrate"

From GiderosMobile
(One intermediate revision by the same user not shown)
Line 1: Line 1:
__NOTOC__
+
'''Available since:''' Gideros 2011.6<br/>
<languages />
+
'''Class:''' [[Application]]<br/>
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/Application|Application]]<br/>
+
=== Description ===
=== <translate>Description</translate> ===
+
Vibrates the device. If the device doesn't support vibration, this function has no effect.
<translate><br />
+
 
Vibrates the device. If the device doesn&#039;t support vibration, this function has no effect.<br />
 
<br /></translate>
 
 
<source lang="lua">
 
<source lang="lua">
Application:vibrate(ms)
+
application:vibrate(ms)
 
</source>
 
</source>
=== <translate>Parameters</translate> ===
+
 
'''ms''': (number) <translate>time in ms for vibration, if supported by the platform. (Android)</translate> '''optional'''<br/>
+
=== Parameters ===
 +
'''ms''': (number) time in ms for vibration, if supported by the platform. (Android) '''optional''' <br/>
 +
 
 +
{{Application}}

Revision as of 01:56, 3 December 2019

Available since: Gideros 2011.6
Class: Application

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