SetupProvider

interface SetupProvider

Inheritors

Properties

Link copied to clipboard
abstract var currentSetup: SetupInfo?

Functions

Link copied to clipboard
abstract fun cancelSetup()
Link copied to clipboard
abstract fun getSetupAnswers(input: String): List<String>
Link copied to clipboard
abstract fun input(input: String)
Link copied to clipboard
abstract fun startSetup(setup: Setup)