> ## Documentation Index
> Fetch the complete documentation index at: https://easyaf.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# NotificationType

> Represents the type of notification sent by Claude Code.

## Definition

**Assembly:** CloudNimble.ClaudeEssentials.dll

**Namespace:** CloudNimble.ClaudeEssentials.Hooks

**Inheritance:** System.Enum

## Syntax

```csharp theme={"dark"}
CloudNimble.ClaudeEssentials.Hooks.NotificationType
```

## Summary

Represents the type of notification sent by Claude Code.

## Values

| Name                | Value | Description                                                         |
| ------------------- | ----- | ------------------------------------------------------------------- |
| `PermissionPrompt`  | 0     | A permission prompt notification requiring user action.             |
| `IdlePrompt`        | 1     | An idle prompt notification indicating Claude is waiting for input. |
| `AuthSuccess`       | 2     | A notification indicating successful authentication.                |
| `ElicitationDialog` | 3     | An elicitation dialog notification for gathering user input.        |
