Handle timer service notifications

This commit is contained in:
Paul Akhamiogu
2021-09-01 21:26:56 +01:00
parent 8474e6a800
commit 9b421b3676
36 changed files with 252 additions and 33 deletions

View File

@ -12,5 +12,5 @@ data class Timer(
val soundUri: String,
val soundTitle: String,
val label: String,
val maxReminderSecs: String,
val createdAt: Long,
)