NagType

public enum NagType : Codable, CodingKey, Sendable

Undocumented

  • Undocumented

    Declaration

    Swift

    case always
  • Undocumented

    Declaration

    Swift

    case alwaysQuit
  • Undocumented

    Declaration

    Swift

    case once
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws