Contents

openVerificationCodeAppSettings(completionHandler:)

Open the Settings app and navigate to the verification code provider settings.

Declaration

class func openVerificationCodeAppSettings(completionHandler: (@Sendable ((any Error)?) -> Void)? = nil)
class func openVerificationCodeAppSettings() async throws

Parameters

  • completionHandler:

    An optional block that the system calls on completion.

See Also

Opening the Settings app