AudioInterruptionEvent constructor

AudioInterruptionEvent(
  1. bool begin,
  2. AudioInterruptionType type
)

Implementation

AudioInterruptionEvent(this.begin, this.type);