NextExposureDetection

enum NextExposureDetection : Equatable

Either a concrete date or now

  • Undocumented

    Declaration

    Swift

    case date(Date)
  • now

    Undocumented

    Declaration

    Swift

    case now
  • Declaration

    Swift

    static func == (lhs: NextExposureDetection, rhs: NextExposureDetection) -> Bool