Sketchware Docs (Unofficial)
  • Introduction (Under Construction)
  • Official Docs
  • Introduction to Sketchware
    • Adding your app
    • Designing and Programming your app
  • Widgets and Layouts
    • Concept
    • Properties
    • List of Widgets and Layouts
  • Events
  • Blocks
    • Variable
    • List
    • Control
    • Operator
    • Math
    • File
    • View
    • Component
    • More Block
  • Components
    • About Components
    • Intent
    • SharedPreference
    • Calendar
    • Vibrator
    • Timer
    • Dialog
  • Configuration
  • AdMob Guide
  • Community
Powered by GitBook
On this page
  • Basic examples of the vibrator
  • Block

Was this helpful?

  1. Components

Vibrator

Vibrator component is used to vibrate the device.

PreviousCalendarNextTimer

Last updated 4 years ago

Was this helpful?

Basic examples of the vibrator

Vibrates the device for 100 milliseconds using the sepcifide component, in this case called VibratorName.

The vibrator component is not supported on all devices.

Block

Vibrates the device:

Vibrates the device for the specified amount of time in milliseconds.