Share via


ICPInterfaceControllerDelegate.TemplateWillAppear(CPTemplate, Boolean) Method

Definition

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

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

Parameters

aTemplate
CPTemplate

The template that will appear.

animated
Boolean

true if the transition is automated. Otherwise, false.

Attributes

Applies to