delegate
The delegate for the screen recorder.
Declaration
weak var delegate: (any RPScreenRecorderDelegate)? { get set }Discussion
Set the delegate to respond to changes by the recorder; for example, when the recording stops.
The delegate for the screen recorder.
weak var delegate: (any RPScreenRecorderDelegate)? { get set }Set the delegate to respond to changes by the recorder; for example, when the recording stops.