-
public class SettingsEncapsulates remote control feature settings logic - fetch interval, sandbox, etc
-
-
Constructor Summary
Constructors Constructor Description Settings(IdProvider idProvider, RemoteControlStorage storage)
-
Method Summary
Modifier and Type Method Description booleanisSandbox()booleanisStaging()longmaxAgeFallbackSeconds()booleanshouldFetchNewConfig()-
-
Constructor Detail
-
Settings
Settings(IdProvider idProvider, RemoteControlStorage storage)
-
-
Method Detail
-
isSandbox
boolean isSandbox()
-
isStaging
boolean isStaging()
-
maxAgeFallbackSeconds
long maxAgeFallbackSeconds()
-
shouldFetchNewConfig
boolean shouldFetchNewConfig()
-
-
-
-