mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-19 21:15:21 +00:00
COVIDSafe code from version 1.6 (#6)
This commit is contained in:
parent
149daee2e9
commit
2063cea613
38 changed files with 1963 additions and 1664 deletions
|
@ -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()
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue