Closed mrizk closed 2 months ago
At the moment, the SDK doesn't support setting a variant override for appName / environment despite this being supported by Unleash. This PR adds environment and appName to Override.getIdentifier() to support setting them as variant overrides.
environment
appName
Override.getIdentifier()
Closes #178
About the changes
At the moment, the SDK doesn't support setting a variant override for appName / environment despite this being supported by Unleash. This PR adds
environment
andappName
toOverride.getIdentifier()
to support setting them as variant overrides.Closes #178