mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
add NotificationService class with stubs, and test file
This commit is contained in:
17
src/services/NotificationService.ts
Normal file
17
src/services/NotificationService.ts
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
class NotificationService {
|
||||||
|
public startListeningForNotification() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public stopListeningForNotification() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public stopListeningForAllNotifications() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public startReloadingNotificationTokens() {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
0
test/services/NotificationServiceTests.test.ts
Normal file
0
test/services/NotificationServiceTests.test.ts
Normal file
Reference in New Issue
Block a user