-
- All Implemented Interfaces:
-
android.widget.Adapter,android.widget.ListAdapter,android.widget.SpinnerAdapter
public class ApRewardCustomCampaignAdapter extends BaseAdapter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classApRewardCustomCampaignAdapter.APCampaignItemViewHolder
-
Field Summary
Fields Modifier and Type Field Description private intofferwallListMode
-
Constructor Summary
Constructors Constructor Description ApRewardCustomCampaignAdapter(Context context, List<APOfferwallCampaignModel> data, APLanguage apLanguage, boolean landscapeMode, int offerwallType, int offerwallListMode)
-
Method Summary
Modifier and Type Method Description voidsetOfferwallListMode(int offerwallListMode)intgetCount()ObjectgetItem(int arg0)longgetItemId(int arg0)ViewgetView(int position, View convertView, ViewGroup parent)voidrecycle()-
Methods inherited from class android.widget.BaseAdapter
areAllItemsEnabled, getAutofillOptions, getDropDownView, getItemViewType, getViewTypeCount, hasStableIds, isEmpty, isEnabled, notifyDataSetChanged, notifyDataSetInvalidated, registerDataSetObserver, setAutofillOptions, unregisterDataSetObserver -
Methods inherited from class android.widget.Adapter
getCount, getItem, getItemId, getView -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ApRewardCustomCampaignAdapter
ApRewardCustomCampaignAdapter(Context context, List<APOfferwallCampaignModel> data, APLanguage apLanguage, boolean landscapeMode, int offerwallType, int offerwallListMode)
-
-
-
-