Uses of Class
org.robovm.apple.intentsui.INUIAddVoiceShortcutButtonStyle
| Package | Description |
|---|---|
| org.robovm.apple.intentsui |
-
Uses of INUIAddVoiceShortcutButtonStyle in org.robovm.apple.intentsui
Methods in org.robovm.apple.intentsui that return INUIAddVoiceShortcutButtonStyle Modifier and Type Method Description INUIAddVoiceShortcutButtonStyleINUIAddVoiceShortcutButton. getStyle()static INUIAddVoiceShortcutButtonStyleINUIAddVoiceShortcutButtonStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static INUIAddVoiceShortcutButtonStyleINUIAddVoiceShortcutButtonStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static INUIAddVoiceShortcutButtonStyle[]INUIAddVoiceShortcutButtonStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.intentsui with parameters of type INUIAddVoiceShortcutButtonStyle Modifier and Type Method Description protected longINUIAddVoiceShortcutButton. init(INUIAddVoiceShortcutButtonStyle style)voidINUIAddVoiceShortcutButton. setStyle(INUIAddVoiceShortcutButtonStyle v)Constructors in org.robovm.apple.intentsui with parameters of type INUIAddVoiceShortcutButtonStyle Constructor Description INUIAddVoiceShortcutButton(INUIAddVoiceShortcutButtonStyle style)