loggedInId
Return the unique customer identifier associated with the current device.
Returns a string of the external identifier that Nami has stored. Returns null
if no id has been stored, including if a string was passed to login that was not valid.
let customerId = NamiCustomerManager.loggedInId()
Last updated