COVIDSafe code from version 1.6 (#6)

This commit is contained in:
COVIDSafe Support 2020-06-19 17:43:33 +10:00 committed by GitHub
parent 149daee2e9
commit 2063cea613
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 1963 additions and 1664 deletions

View file

@ -9,13 +9,13 @@ struct PushNotificationConstants {
// Bluetooth Status
static let btStatusPushNotifContents = [
[
"contentTitle": "COVIDSafe is currently inactive",
"contentBody": "Make sure it's active before you leave home and when in public places by enabling Bluetooth®"
"contentTitle": "PN_BluetoothStatusTitle".localizedString(),
"contentBody": "PN_BluetoothStatusBody".localizedString()
]
]
static let reminderPushNotifContents = [
"contentTitle": "Reminder: COVIDSafe app has not been active in the past 48 hours",
"contentBody": "Tap to open the app and keep Bluetooth enabled."
"contentTitle": "PN_ReminderTitle".localizedString(),
"contentBody": "PN_ReminderBody".localizedString()
]
}