Convert Notifier to typescript

This commit is contained in:
Michael Telatynski 2020-08-05 11:07:10 +01:00
parent c1ec41715c
commit d7229064c4
3 changed files with 29 additions and 19 deletions

View file

@ -155,6 +155,8 @@ export default abstract class BasePlatform {
loudNotification(ev: Event, room: Object) {
}
clearNotification(notif: Notification) {
}
/**
* Returns a promise that resolves to a string representing the current version of the application.