Share via


ICPInterfaceControllerDelegate Interface

Definition

Default implementation of ICPInterfaceControllerDelegate, the delegate object for CPInterfaceController objects.

[Foundation.Protocol(Name="CPInterfaceControllerDelegate", WrapperType=typeof(CarPlay.CPInterfaceControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="TemplateWillAppear", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CarPlay.CPTemplate), typeof(System.Boolean) }, Selector="templateWillAppear:animated:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="TemplateDidAppear", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CarPlay.CPTemplate), typeof(System.Boolean) }, Selector="templateDidAppear:animated:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="TemplateWillDisappear", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CarPlay.CPTemplate), typeof(System.Boolean) }, Selector="templateWillDisappear:animated:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="TemplateDidDisappear", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CarPlay.CPTemplate), typeof(System.Boolean) }, Selector="templateDidDisappear:animated:")]
public interface ICPInterfaceControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="CPInterfaceControllerDelegate", WrapperType=typeof(CarPlay.CPInterfaceControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="TemplateWillAppear", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CarPlay.CPTemplate), typeof(System.Boolean) }, Selector="templateWillAppear:animated:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="TemplateDidAppear", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CarPlay.CPTemplate), typeof(System.Boolean) }, Selector="templateDidAppear:animated:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="TemplateWillDisappear", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CarPlay.CPTemplate), typeof(System.Boolean) }, Selector="templateWillDisappear:animated:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="TemplateDidDisappear", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CarPlay.CPTemplate), typeof(System.Boolean) }, Selector="templateDidDisappear:animated:")>]
type ICPInterfaceControllerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
TemplateDidAppear(CPTemplate, Boolean)

Method that is called when a template appears.

TemplateDidDisappear(CPTemplate, Boolean)

Method that is called when a template disappears.

TemplateWillAppear(CPTemplate, Boolean)

Method that is called when a template is about to appear.

TemplateWillDisappear(CPTemplate, Boolean)

Method that is called when a template is about to disappear.

Extension Methods

Name Description
TemplateDidAppear(ICPInterfaceControllerDelegate, CPTemplate, Boolean)

Method that is called when a template appears.

TemplateDidDisappear(ICPInterfaceControllerDelegate, CPTemplate, Boolean)

Method that is called when a template disappears.

TemplateWillAppear(ICPInterfaceControllerDelegate, CPTemplate, Boolean)

Method that is called when a template is about to appear.

TemplateWillDisappear(ICPInterfaceControllerDelegate, CPTemplate, Boolean)

Method that is called when a template is about to disappear.

GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to