1 implementation of IHapticFeedback
Microsoft.Maui.Essentials (1)
HapticFeedback\HapticFeedback.ios.cs (1)
6 partial class HapticFeedbackImplementation : IHapticFeedback
4 references to IHapticFeedback
Microsoft.Maui.Essentials (4)
HapticFeedback\HapticFeedback.shared.cs (3)
34 static IHapticFeedback? defaultImplementation; 39 public static IHapticFeedback Default => 42 internal static void SetDefault(IHapticFeedback? implementation) =>
HapticFeedback\HapticFeedbackType.shared.cs (1)
4 /// Enumerates the possible types of <see cref="IHapticFeedback"/> response.