Interface CPInterfaceControllerDelegate

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Implementing Classes:
CPInterfaceControllerDelegateAdapter

public interface CPInterfaceControllerDelegate
extends NSObjectProtocol
Since:
Available in iOS 12.0 and later.
  • Method Details

    • templateWillAppear

      void templateWillAppear​(CPTemplate aTemplate, boolean animated)
    • templateDidAppear

      void templateDidAppear​(CPTemplate aTemplate, boolean animated)
    • templateWillDisappear

      void templateWillDisappear​(CPTemplate aTemplate, boolean animated)
    • templateDidDisappear

      void templateDidDisappear​(CPTemplate aTemplate, boolean animated)