associateAppEntity(_:priority:)
Associates an app entity with this searchable item.
Declaration
func associateAppEntity(_ appEntity: some IndexedEntity, priority: Int = 0)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.