Поделиться через


ICPInterfaceControllerDelegate Интерфейс

Определение

Делегат объекта для CPInterfaceController объектов.

[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
Производный
Атрибуты
Реализации

Свойства

Handle

Дескриптор (указатель) на представление неуправляемого объекта.

(Унаследовано от INativeObject)

Методы расширения

TemplateDidAppear(ICPInterfaceControllerDelegate, CPTemplate, Boolean)

Метод, вызываемый при отображении шаблона.

TemplateDidDisappear(ICPInterfaceControllerDelegate, CPTemplate, Boolean)

Метод, вызываемый при исчезновении шаблона.

TemplateWillAppear(ICPInterfaceControllerDelegate, CPTemplate, Boolean)

Метод, вызываемый при появлении шаблона.

TemplateWillDisappear(ICPInterfaceControllerDelegate, CPTemplate, Boolean)

Метод, который вызывается, когда шаблон вот-вот исчезнет.

Применяется к