mobile-ios/CovidSafe/PushNotificationConstants.swift

17 lines
451 B
Swift
Raw Normal View History

2020-05-08 07:49:14 +00:00
//
// 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."
]
]
}