Interface
InboxInterface
Magento\AdminNotification\Model\InboxInterface
What it does
This interface defines the contract for managing admin notification inbox functionality in Magento 2.
Developers implement this interface to create services that retrieve notification severities (like critical, major, minor warnings), load the most recent notification, and get notification status information for the admin panel.
Public Methods
- getSeverities()
- loadLatestNotice()
- getNoticeStatus()