FlashModeSelectionViewDelegate
public protocol FlashModeSelectionViewDelegate : AnyObject
Undocumented
-
Notifies the delegate that there is an update to the selected flash mode.
Declaration
Swift
func flashModeSelectionView(_ view: FlashModeSelectionView, updatedMode mode: CameraController.FlashMode)
Parameters
view
The flash mode selection view.
updatedFlashMode
The updated flash mode selection.