Uses of Class
org.robovm.apple.carplay.CPInstrumentClusterSetting
| Package | Description |
|---|---|
| org.robovm.apple.carplay |
-
Uses of CPInstrumentClusterSetting in org.robovm.apple.carplay
Methods in org.robovm.apple.carplay that return CPInstrumentClusterSetting Modifier and Type Method Description CPInstrumentClusterSettingCPInstrumentClusterController. getCompassSetting()CPInstrumentClusterSettingCPInstrumentClusterController. getSpeedLimitSetting()static CPInstrumentClusterSettingCPInstrumentClusterSetting. valueOf(long n)Returns the enum constant of this type with the specified name.static CPInstrumentClusterSettingCPInstrumentClusterSetting. valueOf(String name)Returns the enum constant of this type with the specified name.static CPInstrumentClusterSetting[]CPInstrumentClusterSetting. 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 CPInstrumentClusterSetting Modifier and Type Method Description voidCPInstrumentClusterControllerDelegate. didChangeCompassSetting(CPInstrumentClusterController instrumentClusterController, CPInstrumentClusterSetting compassSetting)voidCPInstrumentClusterControllerDelegateAdapter. didChangeCompassSetting(CPInstrumentClusterController instrumentClusterController, CPInstrumentClusterSetting compassSetting)voidCPInstrumentClusterControllerDelegate. didChangeSpeedLimitSetting(CPInstrumentClusterController instrumentClusterController, CPInstrumentClusterSetting speedLimitSetting)voidCPInstrumentClusterControllerDelegateAdapter. didChangeSpeedLimitSetting(CPInstrumentClusterController instrumentClusterController, CPInstrumentClusterSetting speedLimitSetting)