AVAudioSessionDelegate.EndInterruption Method

Definition

Overloads

EndInterruption()

Developers can override this method to react to the end of an interruption of an audio session.

EndInterruption(AVAudioSessionInterruptionFlags)

Developers can override this method to react to the end of an interruption of an audio session.

EndInterruption()

Developers can override this method to react to the end of an interruption of an audio session.

[Foundation.Export("endInterruption")]
public virtual void EndInterruption ();
abstract member EndInterruption : unit -> unit
override this.EndInterruption : unit -> unit
Attributes

Applies to

EndInterruption(AVAudioSessionInterruptionFlags)

Developers can override this method to react to the end of an interruption of an audio session.

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

Parameters

Attributes

Applies to