We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2f2668 + 08b8c2d commit f09ee4eCopy full SHA for f09ee4e
LoopSupportKitUI/LoopSupportUI.swift
@@ -26,20 +26,18 @@ public final class LoopSupportUI: SupportUI {
26
public init?(rawState: RawStateValue) {
27
self.rawState = rawState
28
}
29
-
30
- public var loopNeedsReset: Bool = false
31
32
public var rawState: RawStateValue
33
34
- public var studyProductSelection: String? = nil
35
36
public init() {
37
rawState = [:]
38
39
40
public func getScenarios(from scenarioURLs: [URL]) -> [LoopScenario] { [] }
41
42
- public func resetLoop() {}
+ public func loopWillReset() {}
+
+ public func loopDidReset() {}
43
44
public func configurationMenuItems() -> [AnyView] {
45
return [AnyView(UsageDataPrivacyPreferenceMenuItem())]
0 commit comments