Keys

enum Keys : String

This is an enumeration that will list the prefs keys for us.

  • We save a list of the IDs of meetings we attend, here.

    Declaration

    Swift

    case attendance
  • If we want to exclude Service meetings from the displayed results, this Boolean is true.

    Declaration

    Swift

    case excludeServiceMeetings
  • These are all the keys, in an Array of String.

    Declaration

    Swift

    static var allKeys: [String] { get }