AppSettings

@Immutable
data class AppSettings(val app: App)

App settings, as they are configured in the dashboard.

Parameters

app

App The configurations of the app.

Constructors

Link copied to clipboard
constructor(app: App)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val app: App