AnnouncementMode

public enum AnnouncementMode : CaseIterable

Specifies the verbosity of guidance announcements. More verbose levels will result in more announcements, with more details.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Compact, less verbose announcements.

    Declaration

    Swift

    case compact
  • Comprehensive, more verbose announcements.

    Declaration

    Swift

    case comprehensive