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.settings.model
/
SettingsIntent
/
Action
Action
sealed
interface
Action
:
SettingsIntent
(
source
)
Groups one-off Settings commands that are not simple boolean updates.
Author
Dmitriy Moroz
Inheritors
ClearAppCache
ReportProblem
AppVersion
PickLanguage
SetLanguage
GalleryGrid
Donate
OnBoarding
Members
Types
App
Version
Link copied to clipboard
data
object
AppVersion
:
SettingsIntent.Action
Clear
App
Cache
Link copied to clipboard
enum
ClearAppCache
:
SettingsIntent.Action
,
Enum
<
SettingsIntent.Action.ClearAppCache
>
Donate
Link copied to clipboard
data
object
Donate
:
SettingsIntent.Action
Gallery
Grid
Link copied to clipboard
sealed
interface
GalleryGrid
:
SettingsIntent.Action
On
Boarding
Link copied to clipboard
data
object
OnBoarding
:
SettingsIntent.Action
Pick
Language
Link copied to clipboard
data
object
PickLanguage
:
SettingsIntent.Action
Report
Problem
Link copied to clipboard
data
object
ReportProblem
:
SettingsIntent.Action
Set
Language
Link copied to clipboard
data
class
SetLanguage
(
val
languageCode
:
String
)
:
SettingsIntent.Action