Handle timer notifications

This commit is contained in:
Paul Akhamiogu
2021-09-02 20:27:07 +01:00
parent 9b421b3676
commit 9df105ae8d
11 changed files with 97 additions and 23 deletions

View File

@ -13,4 +13,5 @@ data class Timer(
val soundTitle: String,
val label: String,
val createdAt: Long,
val channelId: String? = null,
)