Builder

class Builder

This is a builder that only exists so that Java clients can have an easier time creating and overriding specific configurations. For Kotlin one can use directly the named parameters on the ComponentsConfiguration constructor.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun componentsLogger(componentsLogger: ComponentsLogger?): ComponentsConfiguration.Builder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun visibilityBoundsTransformer(transformer: VisibilityBoundsTransformer?): ComponentsConfiguration.Builder