Skip to content

Instantly share code, notes, and snippets.

@ktvipin27
Created June 23, 2020 05:43
Show Gist options
  • Save ktvipin27/c50332779c3c4de1689010d5938d1d8d to your computer and use it in GitHub Desktop.
Save ktvipin27/c50332779c3c4de1689010d5938d1d8d to your computer and use it in GitHub Desktop.
Listener for camera controls
interface Listener {
fun toggleCamera()
fun toggleFlash(flashMode: FlashMode)
fun capturePhoto()
fun startVideoCapturing()
fun stopVideoCapturing()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment