Package apple.carplay.protocol
Interface CPTabBarTemplateDelegate
-
public interface CPTabBarTemplateDelegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtabBarTemplateDidSelectTemplate(CPTabBarTemplate tabBarTemplate, CPTemplate selectedTemplate)The user has selected one of the tabs in the tab bar template, bringing the selected template to the foreground.
-
-
-
Method Detail
-
tabBarTemplateDidSelectTemplate
void tabBarTemplateDidSelectTemplate(CPTabBarTemplate tabBarTemplate, CPTemplate selectedTemplate)
The user has selected one of the tabs in the tab bar template, bringing the selected template to the foreground.
-
-