Package 

Class VotingProgressAdapter

    • Method Summary

      Modifier and Type Method Description
      final Integer getQuestionIndex()
      final Unit updateProgressBar(List<HMSPollQuestion> pollStatsQuestions, HmsPoll hmsPoll, Boolean canViewResponses) Call this when the votes change, to change the progressbar.
      ProgressDisplayViewHolder onCreateViewHolder(ViewGroup parent, Integer viewType)
      Integer getItemViewType(Integer position)
      Unit onBindViewHolder(ProgressDisplayViewHolder holder, Integer position)
      • Methods inherited from class androidx.recyclerview.widget.ListAdapter

        bindViewHolder, canRestoreState, createViewHolder, findRelativeAdapterPositionIn, getItemId, getStateRestorationPolicy, hasObservers, hasStableIds, notifyDataSetChanged, notifyItemChanged, notifyItemChanged, notifyItemInserted, notifyItemMoved, notifyItemRangeChanged, notifyItemRangeChanged, notifyItemRangeInserted, notifyItemRangeRemoved, notifyItemRemoved, onAttachedToRecyclerView, onBindViewHolder, onDetachedFromRecyclerView, onFailedToRecycleView, onViewAttachedToWindow, onViewDetachedFromWindow, onViewRecycled, registerAdapterDataObserver, setHasStableIds, setStateRestorationPolicy, unregisterAdapterDataObserver
      • Methods inherited from class live.hms.roomkit.ui.polls.display.voting.VotingProgressAdapter

        getCurrentList, getItem, getItemCount, onCurrentListChanged, submitList, submitList
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait