Package-level declarations

Types

Link copied to clipboard
abstract class ContentSection(view: View) : Section

Base layout to derive the steps content from.

Link copied to clipboard
abstract class FooterSection(view: View) : Section

Displays the footer view, if any, in the bottom part of a Step.

Link copied to clipboard
abstract class HeaderSection(view: View) : Section

Displays the header view, if any, in the upper most part of a Step.

Link copied to clipboard
abstract class Section(view: View)

Base class to be derived by all the different Sections

Link copied to clipboard
sealed class TriState