scheduling

This commit is contained in:
Vladimir Voronin
2025-01-07 13:31:08 +03:00
parent 8b440ad9e8
commit 84f61532d0
5 changed files with 73 additions and 29 deletions

View File

@@ -14,7 +14,7 @@ data class PushMessage(
val title: String,
val body: String,
val icon: String? = null,
val budge: String? = null,
val badge: String? = null,
val url: String? = null
)