secant-android-wallet/ui-lib/src/main/java/co/electriccoin/zcash/ui/screen/settings/model/TroubleshootingParameters.kt

10 lines
287 B
Kotlin

package co.electriccoin.zcash.ui.screen.settings.model
data class TroubleshootingParameters(
val isEnabled: Boolean,
val isBackgroundSyncEnabled: Boolean,
val isKeepScreenOnDuringSyncEnabled: Boolean,
val isAnalyticsEnabled: Boolean,
val isRescanEnabled: Boolean,
)