AudioSession.InterruptionType Property

Definition

The type of interruption, used to determine the appropriate course of action when the AudioSession is interrupted.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "AudioSession[Get|Set]Property are deprecated in iOS7")]
public static AudioToolbox.AudioSessionInterruptionType InterruptionType { get; }
member this.InterruptionType : AudioToolbox.AudioSessionInterruptionType

Property Value

Attributes

Remarks

The value of this property is only valid when called from the Interrupted event handler.

Applies to