-
public final class BusinessOptimizationKt
-
-
Method Summary
Modifier and Type Method Description final static BooleancheckFeatureGate(EmbeddedCare $self, FeatureGate gate)Check whether the specified feature date is enabled for the current user. final static BooleancheckFeatureGate(EmbeddedCare $self, String name)Check whether the specified feature is enabled for the current user. final static UnitlogEvent(EmbeddedCare $self, String name, String value, Map<String, String> metadata)This provides an opportunity for tracking user behavior with respect to embedded care -
-
Method Detail
-
checkFeatureGate
final static Boolean checkFeatureGate(EmbeddedCare $self, FeatureGate gate)
Check whether the specified feature date is enabled for the current user. This version takes a known
FeatureGatevalue.
-
checkFeatureGate
final static Boolean checkFeatureGate(EmbeddedCare $self, String name)
Check whether the specified feature is enabled for the current user. This version allows specifying any feature gate
namefor client-specific flexibility.
-
-
-
-