Поделиться через


AVAudioSessionDelegate.EndInterruption Метод

Определение

Перегрузки

EndInterruption()

Разработчики могут переопределить этот метод, чтобы реагировать на прерывание звукового сеанса.

EndInterruption(AVAudioSessionInterruptionFlags)

Разработчики могут переопределить этот метод, чтобы реагировать на прерывание звукового сеанса.

EndInterruption()

Разработчики могут переопределить этот метод, чтобы реагировать на прерывание звукового сеанса.

[Foundation.Export("endInterruption")]
public virtual void EndInterruption ();
abstract member EndInterruption : unit -> unit
override this.EndInterruption : unit -> unit
Атрибуты

Применяется к

EndInterruption(AVAudioSessionInterruptionFlags)

Разработчики могут переопределить этот метод, чтобы реагировать на прерывание звукового сеанса.

[Foundation.Export("endInterruptionWithFlags:")]
public virtual void EndInterruption (AVFoundation.AVAudioSessionInterruptionFlags flags);
abstract member EndInterruption : AVFoundation.AVAudioSessionInterruptionFlags -> unit
override this.EndInterruption : AVFoundation.AVAudioSessionInterruptionFlags -> unit

Параметры

Атрибуты

Применяется к