What do I need?
I need to run the showToast("Yes"); code showToast("Yes"); after two seconds of holding the point on the graph pressed. Preferably, not letting go
What I can?
I can track the click on the dot.
public void onValueSelected(int lineIndex, int pointIndex, PointValue value) {} Release point
public void onValueDeselected() {}