isLoggedIn
Return if a user is currently logged into the device
Returns a boolean representing if there is a customer identifier current associated with the device. In other words, Nami believes the device is logged into to an account.
let loggedIn = NamiCustomerManager.isLoggedIn()
Last updated