Skip to content

2.4.0

Compare
Choose a tag to compare
@kaunteya kaunteya released this 01 Jun 11:09
· 123 commits to master since this release

Added following API

Fetch variation name of campaign from test key

variationNameFor(testKey:)

Fetch variation info

boolFor(key:defaultValue:)
intFor(key:defaultValue:)
doubleFor(key:defaultValue:)
stringFor(key:defaultValue:)
objectFor(key:defaultValue:)

Deprecated API

variationFor(key:defaultValue:)