update abstract method

void update(
  1. HintState state
)

Show/update the UI for state (waiting — scrim without a hole, active — hole + tooltip); on HintIdle — remove the overlay.

Implementation

void update(HintState state);