addInterruptionLevel method

PushNotification addInterruptionLevel(
  1. InterruptionLevel interruptionLevel
)

Add interruption level to the push notification

Implementation

PushNotification addInterruptionLevel(InterruptionLevel interruptionLevel) {
  _interruptionLevel = interruptionLevel;
  return this;
}