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