Contents

IntentDonationMatchingPredicate

A type you use to specify previously donated app intents.

Declaration

struct IntentDonationMatchingPredicate

Overview

An IntentDonationMatchingPredicate matches one or more app intent donations you made previously. Use this type to specify the donations you plan to delete using the deleteDonations(matching:) method of IntentDonationManager. You can create predicates to match donations with specific identifiers, or to match donations that contain specific app intents or entities. For example, if someone deletes data in your app, you can create a predicate to remove donations that refer to that data.

Topics

Creating a predicate

Type Methods

See Also

Donation management