RegistrationHandler

typealias RegistrationHandler = (Result<String, ExposureSubmissionError>) -> Void

Undocumented