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
viewThe flash mode selection view.
updatedFlashModeThe updated flash mode selection.