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

getCustomerAttribute

Get the current stored value, if available, for the provided key in the on-device customer key/value store.

let firstName = NamiCustomerManager.getCustomerAttribute("firstName")

Last updated