addInterruptionLevel method

JetNotifications addInterruptionLevel(
  1. InterruptionLevel interruptionLevel
)

Add interruption level to the push notification

Implementation

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