legacy library

The tray_manager API as it was before the move to nativeapi.

Existing apps keep working by importing this library instead of package:tray_manager/tray_manager.dart. The changed import is deliberate: this API is a bridge, its classes are deprecated, and it will be removed in a future release. New code should use the native API exported from package:tray_manager/tray_manager.dart.

Classes

The declarative menu the old tray_manager API took.
One entry of a Menu.
TrayListener
TrayManager
The pre-nativeapi TrayManager on top of a single nativeapi.TrayIcon, for code that has not moved to the native API yet.

Properties

trayManager TrayManager
final