-
public class ViewHolderPage extends RecyclerView.ViewHolder
-
-
Constructor Summary
Constructors Constructor Description ViewHolderPage(Context context, View itemView, ApNativeRewardCPM apNativeRewardCPM)
-
Method Summary
Modifier and Type Method Description voidonBind(APCPMCampaignModel data)-
Methods inherited from class androidx.recyclerview.widget.RecyclerView.ViewHolder
getAdapterPosition, getItemId, getItemViewType, getLayoutPosition, getOldPosition, getPosition, isRecyclable, setIsRecyclable, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ViewHolderPage
ViewHolderPage(Context context, View itemView, ApNativeRewardCPM apNativeRewardCPM)
-
-
Method Detail
-
onBind
void onBind(APCPMCampaignModel data)
-
-
-
-