-
@JsonClass(generateAdapter = true) public final class KillSwitchRemoteConfigThis contains config values which can turn risky functionality completely off. In normal circumstances these should never actually be used 🤞.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleansigHandlerDetectionprivate final BooleanjetpackCompose
-
Constructor Summary
Constructors Constructor Description KillSwitchRemoteConfig(Boolean sigHandlerDetection, Boolean jetpackCompose)
-
Method Summary
Modifier and Type Method Description final BooleangetSigHandlerDetection()final BooleangetJetpackCompose()-
-
Method Detail
-
getSigHandlerDetection
final Boolean getSigHandlerDetection()
-
getJetpackCompose
final Boolean getJetpackCompose()
-
-
-
-