closeClick

abstract fun closeClick()

Called when the user clicks a close button or performs a close action.

This method is invoked when the user wants to close or exit from SDK screens. Implement this to handle navigation back to your app's previous screen or to close the current activity.