类 EaseRecyclerView.RecyclerViewContextMenuInfo

  • 所有已实现的接口:
    android.view.ContextMenu.ContextMenuInfo
    封闭类:
    EaseRecyclerView

    public static class EaseRecyclerView.RecyclerViewContextMenuInfo
    extends java.lang.Object
    implements android.view.ContextMenu.ContextMenuInfo
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      long id  
      int position  
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • position

        public int position
      • id

        public long id
    • 构造器详细资料

      • RecyclerViewContextMenuInfo

        public RecyclerViewContextMenuInfo​(int position,
                                           long id)