Hi,
Is there a way to find out if there's an evaluation for a flagKey?
My problem is that I don't have a defaultValue to pass in to EppoClient at the point where Eppo is integrated in my app.
If for instance instance
func getBooleanAssignment(
...
defaultValue: Bool) -> Bool
looked like this instead:
func getBooleanAssignment(
...
defaultValue: Bool? = nil) -> Bool?
Alternatively there could be a way to find out if the Configuration includes the flagKey.
Or is there another way to get around this?
Hi,
Is there a way to find out if there's an evaluation for a
flagKey?My problem is that I don't have a
defaultValueto pass in to EppoClient at the point where Eppo is integrated in my app.If for instance instance
looked like this instead:
Alternatively there could be a way to find out if the
Configurationincludes theflagKey.Or is there another way to get around this?