ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Mobile specific functions / Phone functions
  • Required permissions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Stops the vibrations of the device (even if they have been triggered by another application).
Caution:
  • The device must be equipped with a vibration system.
  • This function has no effect in the simulator or in the emulator.
Example
// Déclenchement des vibrations durant une seconde
VibrationTrigger(1000)

// Déclenchement des vibrations en alternance toutes les 300 millisecondes
tabPeriode is array of int 
tabPeriode = [300,300]
VibrationTrigger(tabPeriode, True)

// Arrêt des vibrations
VibrationStop()
Syntax
VibrationStop()
Remarks
AndroidAndroid Widget

Required permissions

This function changes the permissions required by the application.
Permission required: VIBRATE
This permission is used to access the vibration feature.
Component: wd300android.aar
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help