Share via


AVAudioSessionInterruptionEventArgs(NSNotification) Constructor

Definition

Initializes a new instance of the AVAudioSessionInterruptionEventArgs class.

public AVAudioSessionInterruptionEventArgs(Foundation.NSNotification notification);
new AVFoundation.AVAudioSessionInterruptionEventArgs : Foundation.NSNotification -> AVFoundation.AVAudioSessionInterruptionEventArgs

Parameters

notification
NSNotification

The underlying NSNotification object from the posted notification.

Applies to