disableBackgroundDelivery(for:)
Disables background delivery for the specified types.
Declaration
func disableBackgroundDelivery(for types: [FinanceStore.BackgroundDataType])Parameters
- types:
The types of data to disable updates for.
Discussion
The app’s background delivery extension will no longer receive updates when data of the given types change in the finance store.