<!--
{
  "availability" : [
    "iOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "JournalingSuggestions",
  "identifier" : "/documentation/JournalingSuggestions/JournalingSuggestionPresentationToken",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Journaling Suggestions"
    ],
    "preciseIdentifier" : "s:21JournalingSuggestions0A27SuggestionPresentationTokenV"
  },
  "title" : "JournalingSuggestionPresentationToken"
}
-->

# JournalingSuggestionPresentationToken

A container for a Journaling Suggestion identifier.

```
struct JournalingSuggestionPresentationToken
```

## Overview

When your app receives a Journaling Suggestion notification, the system launches your app and provides an ID that refers to a specific suggestion from the notification.

Create an instance of this class and display a [`JournalingSuggestionsPicker`](/documentation/JournalingSuggestions/JournalingSuggestionsPicker) by passing the token to the `JournalingSuggestionsPicker/journalingSuggestionsPicker(isPresented:onCompletion:)` view modifier, which enables the picker to preload its contents with the notified suggestion.

## Topics

### Initializing a presentation token

[`init(suggestionIdentifier: UUID?)`](/documentation/JournalingSuggestions/JournalingSuggestionPresentationToken/init(suggestionIdentifier:))

Creates a token used to modify the content of JournalingSuggestionsPicker presentation.

### Comparing tokens

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)