We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e508f0a commit 28cc8f0Copy full SHA for 28cc8f0
1 file changed
Sources/LegacyReactor/GoodCoordinator.swift
@@ -33,7 +33,7 @@ public enum StepAction {
33
34
// Links
35
case safari(URL, UIModalPresentationStyle = .automatic, tintColor: UIColor? = nil)
36
- case universalLink(url: URL, onlyUniversal: Bool, completion: (@MainActor (Bool) -> ())? = nil)
+ case universalLink(url: URL, onlyOpenWhenTargetAppIsAvailable: Bool = false, completion: (@MainActor (Bool) -> ())? = nil)
37
38
// Actions
39
case call(String)
0 commit comments