Introduce Banners.

This commit is contained in:
Nicholas Tinsley
2024-08-06 21:50:44 +02:00
committed by mtang-signal
parent ef2c67d808
commit 11d165a17b
10 changed files with 449 additions and 2 deletions

View File

@@ -1091,6 +1091,15 @@ object RemoteConfig {
hotSwappable = true
)
/** Whether to use the new Banner system instead of the old Reminder system. */
@JvmStatic
@get:JvmName("newBannerUi")
val newBannerUi: Boolean by remoteBoolean(
key = "android.newBannerUi",
defaultValue = false,
hotSwappable = true
)
/** Which phase we're in for the SVR3 migration */
val svr3MigrationPhase: Int by remoteInt(
key = "global.svr3.phase",