Skip to content

notifications ¤

Notifications.

Classes:

NotifyMixin ¤

Mixin class to add notify methods.

Methods:

notify_error ¤

notify_error(message: str, timeout: float = 3.0) -> None

Notify error.

notify_info ¤

notify_info(message: str, timeout: float = 3.0) -> None

Notify information.

notify_success ¤

notify_success(message: str, timeout: float = 3.0) -> None

Notify success.

notify_warning ¤

notify_warning(message: str, timeout: float = 3.0) -> None

Notify warning.