mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
activity connect/disconnect events
This commit is contained in:
@@ -3,4 +3,6 @@ import { EnvironmentService } from './environment.service';
|
||||
export abstract class NotificationsService {
|
||||
init: (environmentService: EnvironmentService) => Promise<void>;
|
||||
updateConnection: () => Promise<void>;
|
||||
reconnectFromActivity: () => Promise<any>;
|
||||
disconnectFromInactivity: () => Promise<any>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user