logout
Close customer session
/**
* Close customer session (it removes the customerId saved during the create customer)
* Removes any reference to the customer
*/
@TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR2)
public void logout();Last updated
Was this helpful?