AVAudioSession.BeginInterruption Event

Definition

Caution

Deprecated since iOS 6, Use 'AVAudioSession.Notification.ObserveInterruption' instead.

Developers should not use this deprecated method. Instead, they should use ObserveInterruption(NSObject, EventHandler<AVAudioSessionInterruptionEventArgs>).

[System.Obsolete("Deprecated since iOS 6, Use 'AVAudioSession.Notification.ObserveInterruption' instead.")]
public event EventHandler BeginInterruption;
member this.BeginInterruption : EventHandler 

Event Type

Attributes

Applies to