Contents

AVAudioSessionInterruptionTypeKey

A user info key to retrieve the interruption type.

Declaration

let AVAudioSessionInterruptionTypeKey: String

Discussion

The value for this key is an NSNumber object containing an unsigned integer that identifies the type of interruption. For a list of possible values, see AVAudioSession.InterruptionType.

See Also

User Info Keys