addGroupAlertBehavior method

PushNotification addGroupAlertBehavior(
  1. GroupAlertBehavior groupAlertBehavior
)

Add group alert behavior to the push notification

Implementation

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