Uses of Class
org.robovm.apple.carplay.CPAssistantCellActionType
| Package | Description |
|---|---|
| org.robovm.apple.carplay |
-
Uses of CPAssistantCellActionType in org.robovm.apple.carplay
Methods in org.robovm.apple.carplay that return CPAssistantCellActionType Modifier and Type Method Description CPAssistantCellActionTypeCPAssistantCellConfiguration. getAssistantAction()static CPAssistantCellActionTypeCPAssistantCellActionType. valueOf(long n)Returns the enum constant of this type with the specified name.static CPAssistantCellActionTypeCPAssistantCellActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static CPAssistantCellActionType[]CPAssistantCellActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.carplay with parameters of type CPAssistantCellActionType Modifier and Type Method Description protected longCPAssistantCellConfiguration. init(CPAssistantCellPosition position, CPAssistantCellVisibility visibility, CPAssistantCellActionType assistantAction)Constructors in org.robovm.apple.carplay with parameters of type CPAssistantCellActionType Constructor Description CPAssistantCellConfiguration(CPAssistantCellPosition position, CPAssistantCellVisibility visibility, CPAssistantCellActionType assistantAction)