ExposureSubmissionServiceFactory
enum ExposureSubmissionServiceFactory
Undocumented
-
Will return a mock service in UI tests if and only if the .useMock parameter is passed to the application. If the parameter is not provided, the factory will instantiate a regular ENAExposureSubmissionService.
Declaration
Swift
static func create(diagnosiskeyRetrieval: DiagnosisKeysRetrieval, client: Client, store: Store) -> ExposureSubmissionService