Ask a question to get started
Enter to send•Shift+Enter new line
bind_toast( self, key: str, toast_identity: str, ) -> None
key
str
Registry key of the entry.
toast_identity
Notification.identity of the originating toast.
Notification.identity
Attach a Textual toast identity to an existing notification.
Logs a warning when key is unknown — this only happens if a caller binds a toast without first add-ing the entry, which is a programming error.
add