NextExposureDetection enum NextExposureDetection : Equatable Either a concrete date or now date(_:) Undocumented Declaration Swift case date(Date) now Undocumented Declaration Swift case now ==(_:_:) Declaration Swift static func == (lhs: NextExposureDetection, rhs: NextExposureDetection) -> Bool