The current implementation only logs a message that the alert expired and will not mark it as missed; the alert will remain active until the user dismisses it via intent. This behavior is all delegated to the client, so it may be worth adding some utility methods to the base class for specific clients to more easily interact with received alerts.
Description
Adds support for expired alert messages from Neon
Issues
Other Notes
The current implementation only logs a message that the alert expired and will not mark it as missed; the alert will remain active until the user dismisses it via intent. This behavior is all delegated to the client, so it may be worth adding some utility methods to the base class for specific clients to more easily interact with received alerts.