次の方法で共有


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 

イベントの種類

属性

適用対象