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