Package org.robovm.apple.carplay
Interface CPInstrumentClusterControllerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
CPInstrumentClusterControllerDelegateAdapter
public interface CPInstrumentClusterControllerDelegate extends NSObjectProtocol
- Since:
- Available in iOS 15.4 and later.
-
Method Summary
Modifier and Type Method Description voiddidChangeCompassSetting(CPInstrumentClusterController instrumentClusterController, CPInstrumentClusterSetting compassSetting)voiddidChangeSpeedLimitSetting(CPInstrumentClusterController instrumentClusterController, CPInstrumentClusterSetting speedLimitSetting)voidinstrumentClusterControllerDidConnectWindow(UIWindow instrumentClusterWindow)voidinstrumentClusterControllerDidDisconnectWindow(UIWindow instrumentClusterWindow)voidinstrumentClusterControllerDidZoomIn(CPInstrumentClusterController instrumentClusterController)voidinstrumentClusterControllerDidZoomOut(CPInstrumentClusterController instrumentClusterController)
-
Method Details
-
instrumentClusterControllerDidConnectWindow
-
instrumentClusterControllerDidDisconnectWindow
-
instrumentClusterControllerDidZoomIn
void instrumentClusterControllerDidZoomIn(CPInstrumentClusterController instrumentClusterController) -
instrumentClusterControllerDidZoomOut
void instrumentClusterControllerDidZoomOut(CPInstrumentClusterController instrumentClusterController) -
didChangeCompassSetting
void didChangeCompassSetting(CPInstrumentClusterController instrumentClusterController, CPInstrumentClusterSetting compassSetting) -
didChangeSpeedLimitSetting
void didChangeSpeedLimitSetting(CPInstrumentClusterController instrumentClusterController, CPInstrumentClusterSetting speedLimitSetting)
-