NextLevelPhotoDelegate
public protocol NextLevelPhotoDelegate : AnyObject
Photo delegate, provides updates on photo related capture functionality.
-
Undocumented
Declaration
Swift
func nextLevel(_ nextLevel: NextLevel, willCapturePhotoWithConfiguration photoConfiguration: NextLevelPhotoConfiguration) -
Undocumented
Declaration
Swift
func nextLevel(_ nextLevel: NextLevel, didCapturePhotoWithConfiguration photoConfiguration: NextLevelPhotoConfiguration) -
Undocumented
Declaration
Swift
func nextLevel(_ nextLevel: NextLevel, didProcessPhotoCaptureWith photoDict: [String : Any]?, photoConfiguration: NextLevelPhotoConfiguration) -
Undocumented
Declaration
Swift
func nextLevel(_ nextLevel: NextLevel, didProcessRawPhotoCaptureWith photoDict: [String : Any]?, photoConfiguration: NextLevelPhotoConfiguration) -
Undocumented
Declaration
Swift
func nextLevelDidCompletePhotoCapture(_ nextLevel: NextLevel) -
Undocumented
Declaration
Swift
func nextLevel(_ nextLevel: NextLevel, didFinishProcessingPhoto photo: AVCapturePhoto)
View on GitHub
NextLevelPhotoDelegate Protocol Reference