On iOS, the "category" key in push notifications is well supported in Kastri, allowing developers to define behaviors based on specific notification categories. However, on Android, there is currently no equivalent way to access or process this property.
When using Firebase Cloud Messaging with Delphi applications, it is common to include "category" inside the "data" block of the push message. Being able to capture and handle this category directly on Android would be very useful to maintain functional parity with iOS.