Contents

associateAppEntity(_:priority:)

Associates an app entity with this searchable item. Resolves deferred properties before association.

Declaration

func associateAppEntity(_ appEntity: some IndexedEntity, priority: Int = 0) async

Parameters

  • appEntity:

    The app entity that will be associated with this searchable item.

  • priority:

    The importance of this item compared to the other donated items.

See Also

Associating an entity with an item