Class BeaconSelectionFragment.BeaconAdapter.Holder
-
- All Implemented Interfaces:
public final class BeaconSelectionFragment.BeaconAdapter.Holder extends RecyclerView.ViewHolder
-
-
Constructor Summary
Constructors Constructor Description BeaconSelectionFragment.BeaconAdapter.Holder(TextView view, List<BeaconSelectionFragment.WrappedBeacon> wrappedBeacons, BeaconSelectionFragment.BeaconAdapter.OnBeaconClickedListener onBeaconClickedListener)
-
Method Summary
-
Methods inherited from class androidx.recyclerview.widget.RecyclerView.ViewHolder
getAdapterPosition, 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
-
-
Constructor Detail
-
BeaconSelectionFragment.BeaconAdapter.Holder
BeaconSelectionFragment.BeaconAdapter.Holder(TextView view, List<BeaconSelectionFragment.WrappedBeacon> wrappedBeacons, BeaconSelectionFragment.BeaconAdapter.OnBeaconClickedListener onBeaconClickedListener)
-
-
-
-