Class SwipeViewHolder

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final View itemView
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract View getSwipeView() The view that will be swiped.
      abstract Float getOpenedX() The X position where the swipe view is considered to be opened.
      abstract Float getClosedX() The X position where the swipe view is considered to be closed.
      abstract ClosedFloatingPointRange<Float> getSwipeDeltaRange() The range which the swipe view can slide
      abstract Boolean isSwipeEnabled() If swipe is enabled or disabled
      abstract Boolean isSwiped() If the swipe view is swiped of not.
      final Unit setSwipeListener(View view, ChannelListView.SwipeListener swipeListener)
      • Methods inherited from class io.getstream.chat.android.ui.feature.channels.list.adapter.viewholder.BaseChannelListItemViewHolder

        bind
      • Methods inherited from class androidx.recyclerview.widget.RecyclerView.ViewHolder

        getAbsoluteAdapterPosition, getAdapterPosition, getBindingAdapter, getBindingAdapterPosition, 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