mirror of
https://github.com/bitwarden/android.git
synced 2026-08-29 10:17:56 -05:00
Add onboarding feature flag (#3689)
This commit is contained in:
@@ -25,6 +25,14 @@ sealed class FlagKey<out T : Any> {
|
||||
override val defaultValue: Boolean = false
|
||||
}
|
||||
|
||||
/**
|
||||
* Data object holding the feature flag key for the new onboarding feature
|
||||
*/
|
||||
data object OnboardingFlow : FlagKey<Boolean>() {
|
||||
override val keyName: String = "native-create-account-flow"
|
||||
override val defaultValue: Boolean = false
|
||||
}
|
||||
|
||||
/**
|
||||
* Data object holding the key for an Int flag to be used in tests
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user