ViewfinderDefaults
object ViewfinderDefaults
Provides default values and configurations for viewfinder components.
Summary
Public properties |
|
|---|---|
ImplementationMode |
The default |
Public properties
implementationMode
Added in 1.6.0-alpha01
val implementationMode: ImplementationMode
The default ImplementationMode chosen based on device compatibility.
This value is determined by checking for known device quirks and API level limitations. It will be ImplementationMode.EMBEDDED on devices with known issues (such as on API level 24 and below), and the higher-performance ImplementationMode.EXTERNAL otherwise.