AVAudioSession.BeginInterruption 事件

定义

注意

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

开发人员不应使用此已弃用的方法。 相反,他们应使用 ObserveInterruption(NSObject, EventHandler<AVAudioSessionInterruptionEventArgs>)

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

事件类型

属性

适用于