DEVICE Property

const val DEVICE: String

Metadata key holding the capture device code, as returned by Device.toInt.

The SDK does not set this key, and leaving it unset is the intended behaviour on Android — see Device before writing it.

See also

Top