mobile-ios/CovidSafe/PushNotificationConstants.swift
2020-05-15 18:24:06 +10:00

16 lines
451 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."
]
]
}