Skip to content

Instantly share code, notes, and snippets.

@ktvipin27
Last active June 24, 2020 10:40
Show Gist options
  • Save ktvipin27/5c3c60de2bae5e32632bbf00f8cc0b8e to your computer and use it in GitHub Desktop.
Save ktvipin27/5c3c60de2bae5e32632bbf00f8cc0b8e to your computer and use it in GitHub Desktop.
Enum class for maintaining flash mode in cameraX sample application
enum class FlashMode {
FLASH_MODE_AUTO,
FLASH_MODE_ON,
FLASH_MODE_OFF
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment