LoopNotificationUserInfoKey.swift 313 B

123456789101112131415
  1. //
  2. // LoopNotificationUserInfoKey.swift
  3. // LoopKit
  4. //
  5. // Created by Nathaniel Hamming on 2019-10-16.
  6. // Copyright © 2019 LoopKit Authors. All rights reserved.
  7. //
  8. public enum LoopNotificationUserInfoKey: String {
  9. case bolusAmount
  10. case bolusStartDate
  11. case alertTypeID
  12. case managerIDForAlert
  13. }