Keys

enum Keys : String

These enums are for our keys.

  • This is the key for the “Use A Different Thread” pref.

    Declaration

    Swift

    case useDifferentThread
  • This is the key for the “Keep Scanning and Include Duplicates” pref.

    Declaration

    Swift

    case continuousScan
  • This is the key for “persistent connections.” The device remains connected, once discovered.

    Declaration

    Swift

    case persistentConnections