AVCaptureSessionInterruptionEndedNotification

Static AVCaptureSessionInterruptionEndedNotification 

Source
pub unsafe static AVCaptureSessionInterruptionEndedNotification: &'static NSNotificationName
Available on crate feature AVCaptureSession only.
Expand description

Posted when an instance of AVCaptureSession ceases to be interrupted.

Clients may observe the AVCaptureSessionInterruptionEndedNotification to know when an instance of AVCaptureSession ceases to be interrupted, for example, when a phone call ends, and hardware resources needed to run the session are again available. When appropriate, the AVCaptureSession instance that was previously stopped in response to an interruption will automatically restart once the interruption ends.

See also Apple’s documentation