AVAudioSession.BeginInterruption 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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
事件类型
- 属性