setCustomerAttribute
Set an attribute in an on-device key/value store for use for paywall personalization uses cases.
NamiCustomerManager.setCustomerAttribute("firstName", "Taylor")NamiCustomerManager.setCustomerAttribute("firstName", "Taylor")NamiCustomerManager.setCustomerAttribute({"firstName": "Taylor"});NamiCustomerManager.setCustomerAttribute('firstName', 'Taylor');Last updated