Contents

init(appEntity:priority:)

Initializes a new searchable item with the relevant fields populated from the provided app entity.

Declaration

convenience init<Entity>(appEntity: Entity, priority: Int) where Entity : IndexedEntity

Parameters

  • appEntity:

    The app entity to use for initialization.

  • priority:

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

See Also

Getting a searchable item