Skip to content

Translation 🌍

You can translate or improve the translation of this page.

Contribute

ENUM

PlatformFilter

Contents

  • Cases
    • ios
    • macos
    • tvos
    • catalyst
    • driverkit
    • watchos
    • visionos
swift
public enum PlatformFilter: Comparable, Hashable, Codable, CaseIterable, Sendable

Cases

ios

swift
case ios

macos

swift
case macos

tvos

swift
case tvos

catalyst

swift
case catalyst

driverkit

swift
case driverkit

watchos

swift
case watchos

visionos

swift
case visionos

Released under the MIT License.