Difference between revisions of "Application:vibrate"

From GiderosMobile
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
 
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Class:''' [[Application]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
Vibrates the device. If the device doesn't support vibration, this function has no effect.
Vibrates the device. If the device doesn&#039;t support vibration, this function has no effect.<br />
+
 
<br />
 
 
<source lang="lua">
 
<source lang="lua">
Application:vibrate(ms)
+
application:vibrate(ms)
 
</source>
 
</source>
 +
 
=== Parameters ===
 
=== 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/>
 +
 
 +
{{Application}}

Revision as of 00: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