Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class ProcessingFeatureController<T : Any> @MsdkInternalApi constructor(initialFeature: T, featureFactory: suspend () -> Result<T>, initialIsActive: Boolean, activationApplicator: suspend (Boolean) -> MimiApplicatorResult, activationTimeout: Duration, tag: String?)

Controls the activation state of a top-level Mimi processing feature, and exposes the underlying feature so callers can interact with its modules.