SDAI
Toggle table of contents
Main site
Telegram
Discord
common
Target filter
common
Switch theme
Search in API
Skip to content
SDAI
presentation
/
com.shifthackz.aisdv1.presentation.screen.setup
/
ServerSetupState
/
Modal
Modal
sealed
interface
Modal
(
source
)
Inheritors
None
Communicating
ConnectLocalHost
SelectDownloadSource
DeleteLocalModelConfirm
Error
Members
Types
Communicating
Link copied to clipboard
data
object
Communicating
:
ServerSetupState.Modal
Connect
Local
Host
Link copied to clipboard
data
object
ConnectLocalHost
:
ServerSetupState.Modal
Delete
Local
Model
Confirm
Link copied to clipboard
data
class
DeleteLocalModelConfirm
(
val
model
:
ServerSetupState.LocalModel
)
:
ServerSetupState.Modal
Error
Link copied to clipboard
data
class
Error
(
val
message
:
String
)
:
ServerSetupState.Modal
None
Link copied to clipboard
data
object
None
:
ServerSetupState.Modal
Select
Download
Source
Link copied to clipboard
data
class
SelectDownloadSource
(
val
modelId
:
String
)
:
ServerSetupState.Modal