TuiLaunchConfig

data class TuiLaunchConfig(val initialStatus: String, val progressHint: String? = null, val scanProvider: ((DependencyReport) -> Unit) -> DependencyReport, val initialReport: DependencyReport? = null, val applyUpdates: (List<UpdateSuggestion>) -> List<UpdateResult>? = null)

Constructors

Link copied to clipboard
constructor(initialStatus: String, progressHint: String? = null, scanProvider: ((DependencyReport) -> Unit) -> DependencyReport, initialReport: DependencyReport? = null, applyUpdates: (List<UpdateSuggestion>) -> List<UpdateResult>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard