Grouping Capacitor local notifications

Hi,

I would like to use local notifications in my app to send reminders to the user for different subjects such as reminders for workout, sleep time and meal time. Now when creating the local notifications, I noticed that the LocalNotification interface has a bunch of properties that suggests some ways to group or categorize the app local notifiactions. The properties are channelId, group and threadIdentifier, with varying support for iOS and Android platforms written in the description.

My question is, what is the most correct way to implement local notifications grouping that will just work on both Android and iOS?

Thank you in advance.