We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e93a50 commit a42a0f1Copy full SHA for a42a0f1
Plugins/iOS/IOSBridge.cs
@@ -68,7 +68,7 @@ public static class Settings
68
public static extern bool IOSIsLowPowerModeEnabled();
69
70
[DllImport("__Internal")]
71
- public static extern bool IOSUIImpactFeedbackGenerator(string style = "medium");
+ public static extern void IOSUIImpactFeedbackGenerator(string style = "medium");
72
73
}
74
0 commit comments