notification(
self,
context: ClientHookContext,
kind: DcodeNotificationKind,
message: str,
*,| Name | Type | Description |
|---|---|---|
context* | ClientHookContext | Current client session context. |
kind* | DcodeNotificationKind | Supported dcode notification kind. |
message* | str | User-facing notification text. |
title | str | None | Default: None |
Invoke one explicitly supported dcode notification event.
Optional notification title.