Definition
Assembly: CloudNimble.ClaudeEssentials.dll Namespace: CloudNimble.ClaudeEssentials.Hooks.Enums Inheritance: System.EnumSyntax
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. |