disconnect

open override fun disconnect()

Disconnects BandyerSDK session. All modules will be destroyed as well as the user identification. The current configuration is kept so a new call to the connect(session) can be performed.


open override fun disconnect(clearUserCache: Boolean)

Disconnects BandyerSDK session. All modules will be destroyed as well as the user identification. The current configuration is kept so a new call to the connect(session) can be performed.

Parameters

clearUserCache

true to clear user cache, false otherwise