public static final enum
Config.FlashMode
Selects the desired behavior of the camera flash subsystem. By default, the flash mode is set
to OFF
. See the documentation page for
more information on using the device's flash.
Inherited Methods
From
class
java.lang.Enum
final
Object
|
clone()
|
final
int
|
compareTo(Config.FlashMode arg0)
|
int
|
compareTo(Object arg0)
|
final
Optional<EnumDesc<Config.FlashMode>>
|
describeConstable()
|
final
boolean
|
equals(Object arg0)
|
final
void
|
finalize()
|
final
Class<Config.FlashMode>
|
getDeclaringClass()
|
final
int
|
hashCode()
|
final
String
|
name()
|
final
int
|
ordinal()
|
String
|
toString()
|
static
<T extends Enum<T>>
T
|
From
class
java.lang.Object
From
interface
java.lang.constant.Constable
abstract
Optional<? extends ConstantDesc>
|
describeConstable()
|
From
interface
java.lang.Comparable
abstract
int
|
compareTo(Config.FlashMode arg0)
|
Enum Values
OFF
public static final Config.FlashMode OFF
Flash is off.
This is the default mode.
TORCH
public static final Config.FlashMode TORCH
Flash is on.
Note, this mode has no effect if the device does not support flash.