CPInterfaceControllerDelegate_Extensions.TemplateDidDisappear Method

Definition

Method that is called when a template disappears.

public static void TemplateDidDisappear (this CarPlay.ICPInterfaceControllerDelegate This, CarPlay.CPTemplate aTemplate, bool animated);
static member TemplateDidDisappear : CarPlay.ICPInterfaceControllerDelegate * CarPlay.CPTemplate * bool -> unit

Parameters

This
ICPInterfaceControllerDelegate

The instance on which this method operates.

aTemplate
CPTemplate

The template that disappeared.

animated
Boolean

true if the transition is automated. Otherwise, false.

Applies to