Class PaymentsViewHolder
- java.lang.Object
-
- androidx.recyclerview.widget.RecyclerView.ViewHolder
-
- com.cheetahdigital.products.ui.checkout.PaymentsViewHolder
-
public class PaymentsViewHolder extends androidx.recyclerview.widget.RecyclerView.ViewHolder
TheRecyclerView.ViewHolder
class forPaymentsListAdapter
-
-
Field Summary
Fields Modifier and Type Field Description android.widget.ImageView
mImageLogo
android.widget.TextView
mTextViewName
-
Constructor Summary
Constructors Constructor Description PaymentsViewHolder(android.view.View itemView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
bind(PaymentTypes paymentTypes)
Method to bind and display thePaymentTypes
to thePaymentsViewHolder
-
-
-
Method Detail
-
bind
public void bind(PaymentTypes paymentTypes)
Method to bind and display thePaymentTypes
to thePaymentsViewHolder
- Parameters:
paymentTypes
- instance ofPaymentTypes
used to display the content on thePaymentsViewHolder
-
-