Class JsonCodeDensity
[Register("io/scanbot/sdk/ui/configuration/json/JsonCodeDensity", DoNotGenerateAcw = true)]
public sealed class JsonCodeDensity : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
JsonCodeDensity
- Implements
- Inherited Members
Properties
High
[Register("HIGH")]
public static JsonCodeDensity High { get; }
Property Value
Low
[Register("LOW")]
public static JsonCodeDensity Low { get; }
Property Value
Methods
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/ui/configuration/json/JsonCodeDensity;", "")]
public static JsonCodeDensity ValueOf(string value)
Parameters
value
string
Returns
Values()
[Register("values", "()[Lio/scanbot/sdk/ui/configuration/json/JsonCodeDensity;", "")]
public static JsonCodeDensity[] Values()