Class PaymentsViewHolder
- java.lang.Object
-
- androidx.recyclerview.widget.RecyclerView.ViewHolder
-
- com.cheetahdigital.products.ui.checkout.PaymentsViewHolder
-
public class PaymentsViewHolder extends androidx.recyclerview.widget.RecyclerView.ViewHolderTheRecyclerView.ViewHolderclass forPaymentsListAdapter
-
-
Field Summary
Fields Modifier and Type Field Description android.widget.ImageViewmImageLogoandroid.widget.TextViewmTextViewName
-
Constructor Summary
Constructors Constructor Description PaymentsViewHolder(android.view.View itemView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbind(PaymentTypes paymentTypes)Method to bind and display thePaymentTypesto thePaymentsViewHolder
-
-
-
Method Detail
-
bind
public void bind(PaymentTypes paymentTypes)
Method to bind and display thePaymentTypesto thePaymentsViewHolder- Parameters:
paymentTypes- instance ofPaymentTypesused to display the content on thePaymentsViewHolder
-
-