Difference between revisions of "Application:vibrate"

From GiderosMobile
m (→‎Description: fixed some html tags)
Line 1: Line 1:
__NOTOC__
+
'''Available since:''' Gideros 2011.6<br/>
<languages />
+
'''Class:''' [[Application]]<br/>
'''<translate>Available since</translate>:''' Gideros 2011.6
+
 
<br/>
+
=== Description ===
'''<translate>Class</translate>:''' [[Special:MyLanguage/Application|Application]]
+
Vibrates the device. If the device doesn't support vibration, this function has no effect.
<br/>
+
 
=== <translate>Description</translate> ===
 
<translate>Vibrates the device. If the device doesn't support vibration, this function has no effect.</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'''
+
=== Parameters ===
<br/>
+
'''ms''': (number) time in ms for vibration, if supported by the platform. (Android) '''optional''' <br/>
<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