OnboardingInfoViewControllerUtils
enum OnboardingInfoViewControllerUtils
Undocumented
-
set up an Alert to be displayed when the user elects to skip the exposure notification permission prompt
Declaration
Swift
static func setupExposureConfirmationAlert(skipAction: @escaping (() -> Void)) -> UIAlertControllerParameters
skipActionclosure called when the user elects to skip the exposure notification. Onboarding should proceed.
Return Value
UIAlertControllerwith two actions: a back action that simply dismisses the alert, and a skip action if the user wants to confirm their choice