Skip to content

v11.1.0

Compare
Choose a tag to compare
@z4kn4fein z4kn4fein released this 06 Jun 18:20
· 6 commits to master since this release

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>")