ICPInterfaceControllerDelegate.TemplateDidDisappear Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called when a template disappears.
[Foundation.Export("templateDidDisappear:animated:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void TemplateDidDisappear(CarPlay.CPTemplate aTemplate, bool animated);
[<Foundation.Export("templateDidDisappear:animated:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member TemplateDidDisappear : CarPlay.CPTemplate * bool -> unit
override this.TemplateDidDisappear : CarPlay.CPTemplate * bool -> unit
Parameters
- aTemplate
- CPTemplate
The template that disappeared.
- animated
- Boolean
true if the transition is automated. Otherwise, false.
- Attributes