Class ENExposureDetectionSummary

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class ENExposureDetectionSummary
extends NSObject
Since:
Available in iOS 12.5 and later.
  • Constructor Details

    • ENExposureDetectionSummary

      public ENExposureDetectionSummary()
    • ENExposureDetectionSummary

      protected ENExposureDetectionSummary​(NSObject.Handle h, long handle)
    • ENExposureDetectionSummary

      protected ENExposureDetectionSummary​(NSObject.SkipInit skipInit)
  • Method Details

    • getAttenuationDurations

      public NSArray<NSNumber> getAttenuationDurations()
    • getDaysSinceLastExposure

      public long getDaysSinceLastExposure()
    • getMatchedKeyCount

      public long getMatchedKeyCount()
    • getMaximumRiskScore

      public ENRiskScore getMaximumRiskScore()
    • getMaximumRiskScoreFullRange

      public double getMaximumRiskScoreFullRange()
    • getMetadata

      public NSDictionary<?,​?> getMetadata()
    • getRiskScoreSumFullRange

      public double getRiskScoreSumFullRange()
    • getDaySummaries

      public NSArray<ENExposureDaySummary> getDaySummaries()
      Since:
      Available in iOS 12.5 and later.