BooksLibraryNavigationDelegate

public protocol BooksLibraryNavigationDelegate

A protocol to be implemented by the host application for listening to when the navigation level in the library UI changes

  • The user navigated away from the top level of the library navigation hierarchy

    Declaration

    Swift

    @MainActor
    func didNavigateFromLibraryTabTopLevel()
  • The user navigated to the top level of the library navigation hierarchy

    Declaration

    Swift

    @MainActor
    func didNavigateToLibraryTabTopLevel()