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