Builder

interface Builder

Base interface for feature builders.

All feature builders must implement this interface to provide a consistent building pattern across the SDK. Builders use the DSL marker annotation to provide type-safe configuration syntax.

Inheritors

Functions

Link copied to clipboard
abstract fun build(): AiutaFeature

Builds the feature instance with the configured properties.