addNotificationActionButtonGroup
open fun addNotificationActionButtonGroup(@NonNull id: String, @NonNull group: NotificationActionButtonGroup)
Register a notification action group under the given name.
The provided notification builders will automatically add the actions to the notification when a message is received with a group specified under the EXTRA_INTERACTIVE_TYPE key.
Parameters
id
The id of the action group.
group
The notification action group.