Share via


AVAudioSessionDelegate_Extensions.EndInterruption Method

Definition

Overloads

Name Description
EndInterruption(IAVAudioSessionDelegate)

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

EndInterruption(IAVAudioSessionDelegate, AVAudioSessionInterruptionOptions)

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

EndInterruption(IAVAudioSessionDelegate)

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void EndInterruption(this AVFoundation.IAVAudioSessionDelegate This);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member EndInterruption : AVFoundation.IAVAudioSessionDelegate -> unit

Parameters

Attributes

Applies to

EndInterruption(IAVAudioSessionDelegate, AVAudioSessionInterruptionOptions)

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void EndInterruption(this AVFoundation.IAVAudioSessionDelegate This, AVFoundation.AVAudioSessionInterruptionOptions flags);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member EndInterruption : AVFoundation.IAVAudioSessionDelegate * AVFoundation.AVAudioSessionInterruptionOptions -> unit

Parameters

Attributes

Applies to