Vibration
Tip
This article covers Uno-specific information for Windows.Phone.Devices.Notification namespace. For a full description of the feature and instructions on using it, consult the UWP documentation: https://learn.microsoft.com/en-us/uwp/api/windows.phone.devices.notification
- The
Windows.Phone.Devices.Notification.VibrationDeviceallows for managing the vibration device on the phone.
VibrationDevice
Limitations
iOS
- The
Cancelmethod is not supported. - The parameter of the
Vibrate(TimeSpan)method is not taken into account - iOS supports only a default vibration duration.
UWP
- The
VibrationDevice-class is only available in the UWP-head if theWindows.Mobile.Extenstions for the UWPis added to the project.