addGroupAlertBehavior method

JetNotifications addGroupAlertBehavior(
  1. GroupAlertBehavior groupAlertBehavior
)

Add group alert behavior to the push notification

Implementation

JetNotifications addGroupAlertBehavior(
  GroupAlertBehavior groupAlertBehavior,
) {
  _groupAlertBehavior = groupAlertBehavior;
  return this;
}