feat: Add hardened error handling and retries (#2451)
- Closes #1830 - Closes #2099
This commit is contained in:
committed by
dermotduffy
parent
4bc787e2b7
commit
47bcce93d3
@@ -22,6 +22,11 @@ export class InteractionManager {
|
||||
this._setInteraction(false);
|
||||
}
|
||||
|
||||
public uninitialize(): void {
|
||||
this._timer.stop();
|
||||
this.reportInteraction.cancel();
|
||||
}
|
||||
|
||||
public hasInteraction(): boolean {
|
||||
return this._interacted;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user