ManualExposureDetectionState

enum ManualExposureDetectionState

If the risk provider is running in manual mode then the manual exposure detection state tells you whether or not requestRisk(…) will trigger an exposure detection when called.

  • If the state is possible then calling requestRisk(…) will trigger an exposure detection when called.

    Declaration

    Swift

    case possible
  • If the state is waiting then calling requestRisk(…) will used the cached summary to do a risk detection.

    Declaration

    Swift

    case waiting