For the complete documentation index, see llms.txt. This page is also available as Markdown.

clearCustomerAttribute

Remove a key from the on-device customer key/value store.

NamiCustomerManager.clearCustomerAttribute("firstName")
NamiCustomerManager.clearCustomerAttribute("firstName")
NamiCustomerManager.clearCustomerAttribute("firstName");                                         
NamiCustomerManager.clearCustomerAttribute('firstName');

Last updated