CPInterfaceControllerDelegate_Extensions.TemplateDidAppear 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 appears.
public static void TemplateDidAppear (this CarPlay.ICPInterfaceControllerDelegate This, CarPlay.CPTemplate aTemplate, bool animated);
static member TemplateDidAppear : CarPlay.ICPInterfaceControllerDelegate * CarPlay.CPTemplate * bool -> unit
Parameters
The instance on which this method operates.
- aTemplate
- CPTemplate
The template that appeared.
- animated
- Boolean
true
if the transition is automated. Otherwise, false
.