v11.1.0
Changed
- Allow access to the user attributes inside
ConfigCatUser
.let user = ConfigCatUser("<user-id>") let id = user.identifier // <user-id> let attributeValue = user.attribute(for: "<attribute-key>")
ConfigCatUser
.
let user = ConfigCatUser("<user-id>")
let id = user.identifier // <user-id>
let attributeValue = user.attribute(for: "<attribute-key>")