-
- All Implemented Interfaces:
-
android.widget.Adapter,android.widget.Filterable,android.widget.ListAdapter,android.widget.SpinnerAdapter,android.widget.ThemedSpinnerAdapter
public final class RtmpAdapter extends ArrayAdapter<String>
-
-
Constructor Summary
Constructors Constructor Description RtmpAdapter(Context context, Integer layout, List<String> items)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class android.widget.ArrayAdapter
areAllItemsEnabled, getItemViewType, getViewTypeCount, hasStableIds, isEmpty, isEnabled, notifyDataSetInvalidated, registerDataSetObserver, setAutofillOptions, unregisterDataSetObserver -
Methods inherited from class live.hms.roomkit.ui.meeting.participants.RtmpAdapter
add, addAll, addAll, clear, getAutofillOptions, getContext, getCount, getDropDownView, getDropDownViewTheme, getFilter, getItem, getItemId, getPosition, getView, insert, notifyDataSetChanged, remove, setDropDownViewResource, setDropDownViewTheme, setNotifyOnChange, sort -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-