onHintSkipped abstract method
void
onHintSkipped(
- String tourId,
- int stepIndex,
- String targetId,
- HintSkipReason reason,
- String detail,
Step stepIndex of tour tourId for target targetId was not shown
for reason; detail carries reason context (timeout, message).
Implementation
void onHintSkipped(
String tourId,
int stepIndex,
String targetId,
HintSkipReason reason,
String detail,
);