Returns
Void. This method does not return a value.Good to know
-
After calling
Smile.reset(), you must callSmile.initialize()again before using any other SDK methods. -
Attempting to call SDK methods after
Smile.reset()(and before reinitializing) will throw an error. -
This is different from
Smile.customer.logout(), which only logs out the customer but keeps the SDK initialized. -
If you only need to log out a customer, use
Smile.customer.logout()instead.