Contents

didBecomeInactiveNotification

Notification sent when the audio session becomes inactive.

Declaration

class let didBecomeInactiveNotification: NSNotification.Name

Discussion

The userInfo dictionary contains an AVAudioSession.DeactivationContext object accessible via deactivationContextKey.

See Also

Observing activation lifecycle