Package 

Interface BreadcrumbApi

    • Method Summary

      Modifier and Type Method Description
      abstract Unit addBreadcrumb(String message) Adds a breadcrumb.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • addBreadcrumb

         abstract Unit addBreadcrumb(String message)

        Adds a breadcrumb.

        Breadcrumbs track a user's journey through the application and will be shown on the timeline.

        Parameters:
        message - the name of the breadcrumb to add