Builder

class Builder

Creates a fragment factory.

Example usage:

FragmentFactory.create {
addRule(myRule)
}

Functions

Link copied to clipboard
inline fun <P : AnyPanel> addRule(rule: CustomFragmentRule<P>)

Adds the rule to the created fragment factory.