mobile-ios/CovidSafe/PushNotificationConstants.swift
2020-05-18 12:43:53 +10:00

21 lines
672 B
Swift
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// PushNotificationConstants.swift
// CovidSafe
//
// Copyright © 2020 Australian Government. All rights reserved.
//
struct PushNotificationConstants {
// Bluetooth Status
static let btStatusPushNotifContents = [
[
"contentTitle": "Turned Bluetooth off by mistake?",
"contentBody": "Help stop the spread of COVID-19 by keeping your phones Bluetooth on until the outbreak is over."
]
]
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."
]
}