Aracılığıyla paylaş


HapticFeedback.Perform(HapticFeedbackType) Method

Definition

Perform a type of haptic feedback on the device.

public static void Perform (Microsoft.Maui.Devices.HapticFeedbackType type = Microsoft.Maui.Devices.HapticFeedbackType.Click);
static member Perform : Microsoft.Maui.Devices.HapticFeedbackType -> unit
Public Shared Sub Perform (Optional type As HapticFeedbackType = Microsoft.Maui.Devices.HapticFeedbackType.Click)

Parameters

type
HapticFeedbackType

The haptic feedback type to perform.

Applies to