PlatformViewVersion
@MainActor
public enum PlatformViewVersion<Version, SwiftUIViewType, PlatformSpecificEntity> : Sendable where Version : PlatformVersion, SwiftUIViewType : IntrospectableViewType, PlatformSpecificEntity : PlatformEntity
extension PlatformViewVersion: Comparable
Undocumented
-
Undocumented
Declaration
Swift
@_spi(FW) case available(Version, IntrospectionSelector<PlatformSpecificEntity>?)
-
Undocumented
Declaration
Swift
@_spi(FW) case unavailable
-
Undocumented
Declaration
Swift
@_spi(FW) @MainActor public init(for version: Version, selector: IntrospectionSelector<PlatformSpecificEntity>? = nil)
-
Undocumented
Declaration
Swift
@MainActor public static func unavailable(file: StaticString = #file, line: UInt = #line) -> PlatformViewVersion<Version, SwiftUIViewType, PlatformSpecificEntity>