-
public final class SettingsEncapsulates remote control feature settings logic - fetch interval, sandbox, etc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSettings.Companion
-
Constructor Summary
Constructors Constructor Description Settings(IdProvider idProvider, RemoteControlStorage storage)
-
Method Summary
Modifier and Type Method Description final BooleangetIsSandbox()final BooleangetIsStaging()final LongmaxAgeFallbackSeconds()final BooleanshouldFetchNewConfig()-
-
Constructor Detail
-
Settings
Settings(IdProvider idProvider, RemoteControlStorage storage)
-
-
Method Detail
-
getIsSandbox
final Boolean getIsSandbox()
-
getIsStaging
final Boolean getIsStaging()
-
maxAgeFallbackSeconds
final Long maxAgeFallbackSeconds()
-
shouldFetchNewConfig
final Boolean shouldFetchNewConfig()
-
-
-
-