Convert Notifier to typescript
This commit is contained in:
parent
c1ec41715c
commit
d7229064c4
3 changed files with 29 additions and 19 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue