ICPInterfaceControllerDelegate Interface

Definition

Delegate object for CPInterfaceController objects.

[Foundation.Protocol(Name="CPInterfaceControllerDelegate", WrapperType=typeof(CarPlay.CPInterfaceControllerDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface ICPInterfaceControllerDelegate : IDisposable, ObjCRuntime.INativeObject
type ICPInterfaceControllerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

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.

Applies to