ICPInstrumentClusterControllerDelegate Interface

Definition

This interface represents the Objective-C protocol CPInstrumentClusterControllerDelegate.

[Foundation.Protocol(Name="CPInstrumentClusterControllerDelegate", WrapperType=typeof(CarPlay.CPInstrumentClusterControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="DidConnectWindow", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIWindow) }, Selector="instrumentClusterControllerDidConnectWindow:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="DidDisconnectWindow", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIWindow) }, Selector="instrumentClusterControllerDidDisconnectWindow:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidZoomIn", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CarPlay.CPInstrumentClusterController) }, Selector="instrumentClusterControllerDidZoomIn:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidZoomOut", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CarPlay.CPInstrumentClusterController) }, Selector="instrumentClusterControllerDidZoomOut:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeCompassSetting", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CarPlay.CPInstrumentClusterController), typeof(CarPlay.CPInstrumentClusterSetting) }, Selector="instrumentClusterController:didChangeCompassSetting:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeSpeedLimitSetting", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CarPlay.CPInstrumentClusterController), typeof(CarPlay.CPInstrumentClusterSetting) }, Selector="instrumentClusterController:didChangeSpeedLimitSetting:")]
public interface ICPInstrumentClusterControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="CPInstrumentClusterControllerDelegate", WrapperType=typeof(CarPlay.CPInstrumentClusterControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="DidConnectWindow", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIWindow) }, Selector="instrumentClusterControllerDidConnectWindow:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="DidDisconnectWindow", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIWindow) }, Selector="instrumentClusterControllerDidDisconnectWindow:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidZoomIn", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CarPlay.CPInstrumentClusterController) }, Selector="instrumentClusterControllerDidZoomIn:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidZoomOut", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CarPlay.CPInstrumentClusterController) }, Selector="instrumentClusterControllerDidZoomOut:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeCompassSetting", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CarPlay.CPInstrumentClusterController), typeof(CarPlay.CPInstrumentClusterSetting) }, Selector="instrumentClusterController:didChangeCompassSetting:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeSpeedLimitSetting", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CarPlay.CPInstrumentClusterController), typeof(CarPlay.CPInstrumentClusterSetting) }, Selector="instrumentClusterController:didChangeSpeedLimitSetting:")>]
type ICPInstrumentClusterControllerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to