app / com.ocean.ishareeconomy_android.viewmodels / AddLendingViewModel / onShareBtnClick

onShareBtnClick

fun onShareBtnClick(view: View): Unit

Method that's responsible for initiating the back navigation if all conditions are met it delegates to the parent fragment navigateBack, which is known under the OnShareListener interface

Parameters

view - the button was that clicked

Return
Unit