kotlin.NotImplementedError: An operation is not implemented: not implemented Error from ImageButton Click
问题 Getting this Error kotlin.NotImplementedError: An operation is not implemented: not implemented I am implementing an ImageButton click listener Requirement :- I want to perform an action on imagebutton click , but getting the above mentioned error Correct me and also if there is any other work around to implement imagebutton click listener, do provide it , Thanks Here is the fragment java class class FragmentClass : Fragment(), View.OnClickListener { override fun onClick(v: View?) { TODO("not