AVAudioSessionDelegate.EndInterruption Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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