Uses of Class
org.robovm.apple.carplay.CPAssistantCellPosition
| Package | Description |
|---|---|
| org.robovm.apple.carplay |
-
Uses of CPAssistantCellPosition in org.robovm.apple.carplay
Methods in org.robovm.apple.carplay that return CPAssistantCellPosition Modifier and Type Method Description CPAssistantCellPositionCPAssistantCellConfiguration. getPosition()static CPAssistantCellPositionCPAssistantCellPosition. valueOf(long n)Returns the enum constant of this type with the specified name.static CPAssistantCellPositionCPAssistantCellPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static CPAssistantCellPosition[]CPAssistantCellPosition. 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 CPAssistantCellPosition Modifier and Type Method Description protected longCPAssistantCellConfiguration. init(CPAssistantCellPosition position, CPAssistantCellVisibility visibility, CPAssistantCellActionType assistantAction)Constructors in org.robovm.apple.carplay with parameters of type CPAssistantCellPosition Constructor Description CPAssistantCellConfiguration(CPAssistantCellPosition position, CPAssistantCellVisibility visibility, CPAssistantCellActionType assistantAction)