DeviceHapticFeedback
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid
Provides methods to trigger haptic feedback on the Hybrid device.
- C#
- VB.NET
public class DeviceHapticFeedback
Public Class DeviceHapticFeedback
Access this class through the Device singleton.
Constructors
DeviceHapticFeedback()
Initializes a new instance of DeviceHapticFeedback.
Methods
Perform(type)
Performs haptic feedback of the given type on the Hybrid device.
| Parameter | Type | Description |
|---|---|---|
| type | HapticFeedbackType | The type of haptic feedback to perform. |