Click or drag to resize
Cimbalino ToolkitIVibrationService Interface
Represents a service capable of using device vibration capabilities.

Namespace: Cimbalino.Toolkit.Services
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public interface IVibrationService

The IVibrationService type exposes the following members.

Methods
  NameDescription
Public methodCancel
Stops the vibration of the device.
Public methodVibrate
Vibrates the device for 200 milliseconds.
Public methodVibrate(Double)
Vibrates the device for the specified duration (from 0 to 5000 milliseconds).
Public methodVibrate(TimeSpan)
Vibrates the device for the specified duration (from 0 to 5000 milliseconds).
Top
Version Information

Portable

Supported in: 4.5

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also