Class ChoiceViewHolder
- java.lang.Object
-
- androidx.recyclerview.widget.RecyclerView.ViewHolder
-
- com.cheetahdigital.challenges.ui.responses.multiquestion.multichoice.ChoiceViewHolder
-
- Direct Known Subclasses:
OtherViewHolder
public class ChoiceViewHolder extends androidx.recyclerview.widget.RecyclerView.ViewHolderTheRecyclerView.ViewHolderclass forMultiChoiceQuestionFragment
-
-
Field Summary
Fields Modifier and Type Field Description com.cheetahdigital.uikit.widget.SDKCheckedTextViewmMultiChoiceView
-
Constructor Summary
Constructors Constructor Description ChoiceViewHolder(android.view.View itemView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbind(Option option)Method to bind and display theOptionto theChoiceViewHolder
-
-
-
Method Detail
-
bind
public void bind(Option option)
Method to bind and display theOptionto theChoiceViewHolder- Parameters:
option-Optionto display
-
-