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)) -> UIAlertController
Parameters
skipAction
closure called when the user elects to skip the exposure notification. Onboarding should proceed.
Return Value
UIAlertController
with two actions: a back action that simply dismisses the alert, and a skip action if the user wants to confirm their choice