public void ClearAll() { if (!UIDevice.CurrentDevice.CheckSystemVersion(12, 0)) { return; } INInteraction.DeleteAllInteractions(_ => { }); }
public void ClearAll() { if (!UIDevice.CurrentDevice.CheckSystemVersion(12, 0)) { return; } INInteraction.DeleteAllInteractions(_ => { }); INVoiceShortcutCenter.SharedCenter.SetShortcutSuggestions(new INShortcut[0]); }