TF-1317 Show push notification on background or terminated app

This commit is contained in:
dab246
2023-01-09 17:01:34 +07:00
committed by Dat H. Pham
parent 97583820fa
commit 7367d7e1d2
12 changed files with 292 additions and 96 deletions
+23 -1
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2022-12-28T14:09:51.971658",
"@@last_modified": "2023-01-09T16:48:24.908944",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -2551,5 +2551,27 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"youHaveNewMessages": "You have new messages",
"@youHaveNewMessages": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"appTitlePushNotification": "Team Mail",
"@appTitlePushNotification": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"totalNewMessagePushNotification": "{count} new emails",
"@totalNewMessagePushNotification": {
"type": "text",
"placeholders_order": [
"count"
],
"placeholders": {
"count": {}
}
}
}