EventTarget

public enum EventTarget : String, Codable

Undocumented

  • This is a high importance target event - pull out all the stops to hit this event

    Declaration

    Swift

    case highImportance = "high"
  • This is a medium importance event - best effort to be prepared for this event

    Declaration

    Swift

    case mediumImportance = "med"
  • This is a low importance event - train through it and don’t care about results

    Declaration

    Swift

    case lowImportance = "low"