Skip to main content

setUserAttributes

RampKit.setUserAttributes([
  "plan": "pro",
  "country": "US"
])
Merges with existing attributes. Accepts String, Number, Bool values. Clear an attribute by setting NSNull():
RampKit.setUserAttributes(["plan": NSNull()])