SharedReaderKey

extension SharedReaderKey
    where Self == AppStorageKey<Bool>.Default

Available where Self == AppStorageKey<Bool>.Default

  • A key to determine whether the app should use the 1.5 workflow for sending communications. This is intended for usage on test systems that already implement workflow 1.5 whereas production systems still use 1.4. As soon as production uses workflow 1.5, this key should be removed.

    Declaration

    Swift

    public static var useWorkflow15ForSendingCommunications: Self { get }