LayerAvailability

public enum LayerAvailability : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case available = "AVAILABLE"
  • Undocumented

    Declaration

    Swift

    case unavailable = "UNAVAILABLE"
  • Declaration

    Swift

    public var description: String { get }