Share via


ICPInterfaceControllerDelegate.TemplateWillDisappear Method

Definition

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

[Foundation.Export("templateWillDisappear:animated:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void TemplateWillDisappear(CarPlay.CPTemplate aTemplate, bool animated);
[<Foundation.Export("templateWillDisappear:animated:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member TemplateWillDisappear : CarPlay.CPTemplate * bool -> unit
override this.TemplateWillDisappear : CarPlay.CPTemplate * bool -> unit

Parameters

aTemplate
CPTemplate

The template that will disappear.

animated
Boolean

true if the transition is automated. Otherwise, false.

Attributes

Applies to