Home > Language Reference > Classes > Telephony
Vibrate Method
Vibrates the phone.
Syntax
Public Sub Vibrate(Optional ByVal iCount As Integer = 1)
| Parameter | Description |
| iCount | Number 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
| System | Minimal version | Remarks |
| Palm OS | Palm OS 5.0 | Only available on smart phone devices. |