<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AudioToolbox",
  "identifier" : "/documentation/AudioToolbox/AudioSessionInterruptionType",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "Audio Toolbox"
    ],
    "preciseIdentifier" : "c:@T@AudioSessionInterruptionType"
  },
  "title" : "AudioSessionInterruptionType"
}
-->

# AudioSessionInterruptionType

Values that indicate the nature of the interruption that ended.

```
typealias AudioSessionInterruptionType = UInt32
```

## Topics

### Constants

[`kAudioSessionInterruptionType_ShouldResume`](/documentation/AudioToolbox/kAudioSessionInterruptionType_ShouldResume)

Indicates that the interruption that has just ended was one for which it is appropriate to immediately resume playback; for example, an incoming phone call was rejected by the user.

[`kAudioSessionInterruptionType_ShouldNotResume`](/documentation/AudioToolbox/kAudioSessionInterruptionType_ShouldNotResume)

Indicates that the interruption that has just ended was one for which it is not appropriate to resume playback; for example, your app had been interrupted by iPod playback.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)