I am having difficulties setting up group notifications with this etcetera Unity plugin. I have notifications being scheduled using the
int scheduleNotification( AndroidNotificationConfiguration config )
function but I can't seem to group them. I understand that one notification needs to be used as the summary notification, but I don't understand what to use for the GroupKey
.
Can the GroupKey
be anything?
Can someone show me example code that groups a few notifications together?