Package org.robovm.apple.intentsui
Interface INUIAddVoiceShortcutButtonDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
INUIAddVoiceShortcutButtonDelegateAdapter
public interface INUIAddVoiceShortcutButtonDelegate extends NSObjectProtocol
- Since:
- Available in iOS 12.0 and later.
-
Method Summary
Modifier and Type Method Description voidpresentAddVoiceShortcutViewController(INUIAddVoiceShortcutViewController addVoiceShortcutViewController, INUIAddVoiceShortcutButton addVoiceShortcutButton)voidpresentEditVoiceShortcutViewController(INUIEditVoiceShortcutViewController editVoiceShortcutViewController, INUIAddVoiceShortcutButton addVoiceShortcutButton)
-
Method Details
-
presentAddVoiceShortcutViewController
void presentAddVoiceShortcutViewController(INUIAddVoiceShortcutViewController addVoiceShortcutViewController, INUIAddVoiceShortcutButton addVoiceShortcutButton) -
presentEditVoiceShortcutViewController
void presentEditVoiceShortcutViewController(INUIEditVoiceShortcutViewController editVoiceShortcutViewController, INUIAddVoiceShortcutButton addVoiceShortcutButton)
-