IVibrationService Interface |
Namespace: Cimbalino.Toolkit.Services
public interface IVibrationService
The IVibrationService type exposes the following members.
Name | Description | |
---|---|---|
Cancel |
Stops the vibration of the device.
| |
Vibrate |
Vibrates the device for 200 milliseconds.
| |
Vibrate(Double) |
Vibrates the device for the specified duration (from 0 to 5000 milliseconds).
| |
Vibrate(TimeSpan) |
Vibrates the device for the specified duration (from 0 to 5000 milliseconds).
|