Contents

JournalingSuggestion.ItemContent

A container for the information about a specific suggestion.

Declaration

struct ItemContent

Mentioned in

Overview

When a person selects an event in the JournalingSuggestionsPicker, the system invokes the onCompletion handler that your app declares for the picker and passes in a JournalingSuggestion instance. The journaling suggestion contains an array of structures of this type in its items property. Each instance of this structure contains one or more concrete instances of JournalingSuggestionAsset that represent the selection in the picker.

Topics

Identifying item contents

Accessing suggestion data by type

See Also

Accessing suggestion data by type