Interface CPInterfaceControllerDelegate


  • public interface CPInterfaceControllerDelegate
    CPInterfaceControllerDelegate allows your app to observe template visibility lifecycles for the templates presented by your app.
    • 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)