Contents

AVAudioSessionInterruptionOptionKey

A user info key to retrieve the interruption option.

Declaration

let AVAudioSessionInterruptionOptionKey: String

Discussion

The value for this key is an NSNumber object containing an unsigned integer that identifies any options associated with the interruption. For a list of possible flags, see AVAudioSession.InterruptionOptions.

See Also

User Info Keys