Home > Language Reference > Classes > Telephony

Vibrate Method

Vibrates the phone.

Syntax

Public Sub Vibrate(Optional ByVal iCount As Integer = 1)

ParameterDescription
iCountNumber of time to vibrate the phone.

Remarks

The Vibrate method vibrates the phone the specified number of times. This method is asynchronous: it returns immediately so your code can go on running while the phone vibrates.

System requirements

SystemMinimal versionRemarks
Palm OSPalm OS 5.0Only available on smart phone devices.