stopsCameraSessionWhenDisappeared property

bool? stopsCameraSessionWhenDisappeared
getter/setter pair

The camera session will be stopped entirely, when the receiver disappears and restarts when the receiver reappears if set to True else will pause the delivery of video frames and QR Codes. Defaults to True. iOS only.

Implementation

bool? stopsCameraSessionWhenDisappeared;