---
title: kAudioSessionInterruptionType_ShouldResume
framework: audiotoolbox
role: symbol
role_heading: Global Variable
path: audiotoolbox/kaudiosessioninterruptiontype_shouldresume
---

# 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.

## Declaration

```swift
var kAudioSessionInterruptionType_ShouldResume: Int { get }
```

## See Also

### Constants

- [kAudioSessionInterruptionType_ShouldNotResume](audiotoolbox/kaudiosessioninterruptiontype_shouldnotresume.md)
