Table of Contents

Class JsonBlurEffect

Namespace
IO.Scanbot.Sdk.UI.Configuration.Json
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/configuration/json/JsonBlurEffect", DoNotGenerateAcw = true)]
public sealed class JsonBlurEffect : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
JsonBlurEffect
Implements
Inherited Members

Properties

Dark

[Register("DARK")]
public static JsonBlurEffect Dark { get; }

Property Value

JsonBlurEffect

ExtraLight

[Register("EXTRA_LIGHT")]
public static JsonBlurEffect ExtraLight { get; }

Property Value

JsonBlurEffect

Light

[Register("LIGHT")]
public static JsonBlurEffect Light { get; }

Property Value

JsonBlurEffect

Prominent

[Register("PROMINENT")]
public static JsonBlurEffect Prominent { get; }

Property Value

JsonBlurEffect

Regular

[Register("REGULAR")]
public static JsonBlurEffect Regular { get; }

Property Value

JsonBlurEffect

SystemChromeMaterial

[Register("SYSTEM_CHROME_MATERIAL")]
public static JsonBlurEffect SystemChromeMaterial { get; }

Property Value

JsonBlurEffect

SystemChromeMaterialDark

[Register("SYSTEM_CHROME_MATERIAL_DARK")]
public static JsonBlurEffect SystemChromeMaterialDark { get; }

Property Value

JsonBlurEffect

SystemChromeMaterialLight

[Register("SYSTEM_CHROME_MATERIAL_LIGHT")]
public static JsonBlurEffect SystemChromeMaterialLight { get; }

Property Value

JsonBlurEffect

SystemMaterial

[Register("SYSTEM_MATERIAL")]
public static JsonBlurEffect SystemMaterial { get; }

Property Value

JsonBlurEffect

SystemMaterialDark

[Register("SYSTEM_MATERIAL_DARK")]
public static JsonBlurEffect SystemMaterialDark { get; }

Property Value

JsonBlurEffect

SystemMaterialLight

[Register("SYSTEM_MATERIAL_LIGHT")]
public static JsonBlurEffect SystemMaterialLight { get; }

Property Value

JsonBlurEffect

SystemThickMaterial

[Register("SYSTEM_THICK_MATERIAL")]
public static JsonBlurEffect SystemThickMaterial { get; }

Property Value

JsonBlurEffect

SystemThickMaterialDark

[Register("SYSTEM_THICK_MATERIAL_DARK")]
public static JsonBlurEffect SystemThickMaterialDark { get; }

Property Value

JsonBlurEffect

SystemThickMaterialLight

[Register("SYSTEM_THICK_MATERIAL_LIGHT")]
public static JsonBlurEffect SystemThickMaterialLight { get; }

Property Value

JsonBlurEffect

SystemThinMaterial

[Register("SYSTEM_THIN_MATERIAL")]
public static JsonBlurEffect SystemThinMaterial { get; }

Property Value

JsonBlurEffect

SystemThinMaterialDark

[Register("SYSTEM_THIN_MATERIAL_DARK")]
public static JsonBlurEffect SystemThinMaterialDark { get; }

Property Value

JsonBlurEffect

SystemThinMaterialLight

[Register("SYSTEM_THIN_MATERIAL_LIGHT")]
public static JsonBlurEffect SystemThinMaterialLight { get; }

Property Value

JsonBlurEffect

SystemUltraThinMaterial

[Register("SYSTEM_ULTRA_THIN_MATERIAL")]
public static JsonBlurEffect SystemUltraThinMaterial { get; }

Property Value

JsonBlurEffect

SystemUltraThinMaterialDark

[Register("SYSTEM_ULTRA_THIN_MATERIAL_DARK")]
public static JsonBlurEffect SystemUltraThinMaterialDark { get; }

Property Value

JsonBlurEffect

SystemUltraThinMaterialLight

[Register("SYSTEM_ULTRA_THIN_MATERIAL_LIGHT")]
public static JsonBlurEffect SystemUltraThinMaterialLight { get; }

Property Value

JsonBlurEffect

Methods

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/ui/configuration/json/JsonBlurEffect;", "")]
public static JsonBlurEffect ValueOf(string value)

Parameters

value string

Returns

JsonBlurEffect

Values()

[Register("values", "()[Lio/scanbot/sdk/ui/configuration/json/JsonBlurEffect;", "")]
public static JsonBlurEffect[] Values()

Returns

JsonBlurEffect[]