Package apple.carplay.protocol
Interface CPInterfaceControllerDelegate
-
public interface CPInterfaceControllerDelegateCPInterfaceControllerDelegate allows your app to observe template visibility lifecycles for the templates presented by your app.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidtemplateDidAppearAnimated(CPTemplate aTemplate, boolean animated)default voidtemplateDidDisappearAnimated(CPTemplate aTemplate, boolean animated)default voidtemplateWillAppearAnimated(CPTemplate aTemplate, boolean animated)default voidtemplateWillDisappearAnimated(CPTemplate aTemplate, boolean animated)
-
-
-
Method Detail
-
templateDidAppearAnimated
default void templateDidAppearAnimated(CPTemplate aTemplate, boolean animated)
-
templateDidDisappearAnimated
default void templateDidDisappearAnimated(CPTemplate aTemplate, boolean animated)
-
templateWillAppearAnimated
default void templateWillAppearAnimated(CPTemplate aTemplate, boolean animated)
-
templateWillDisappearAnimated
default void templateWillDisappearAnimated(CPTemplate aTemplate, boolean animated)
-
-