Files
OrderScheduling/OrderScheduling/Strings/CommonKeyStrings.swift
2025-06-24 17:40:25 +08:00

53 lines
1.2 KiB
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.

//
// CommonKeyStrings.swift
// OrderScheduling
//
// Created by on 2023/8/30.
//
import Foundation
//
public let pushNoti_aps_key = "aps"
public let pushNoti_alert_key = "alert"
public let pushNoti_title_key = "title"
public let pushNoti_body_key = "body"
public let pushNoti_juheVehcileName_key = "juheVehcileName"
public let pushNoti_taskCode_key = "taskCode"
public let pushNoti_broadcastKeywords_key = "broadcastKeywords"
public let pushNoti_isShowPop_key = "isShowPop"
public let pushNoti_titleContent_key = "titleContent"
public let pushNoti_confirmButtonText_key = "confirmButtonText"
public let pushNoti_cancelButtonText_key = "cancelButtonText"
public let pushNoti_userOrderId_key = "userOrderId"
public let pushNoti_taskOrderId_key = "taskOrderId"
public let pushNoti_pushType_key = "pushType"
//
public let newJuheOrderAudio_key = "newJuheOrderAudio.wav"
public let newOrderAudio_key = "newOrderAudio.wav"
//
public let noti_isCallSuccess_key = "isCallSuccess"
public let noti_callTime_key = "callTime"
public let noti_duration_key = "duration"
// keychain
public let deviceId = "applicationDeviceId" //