Class PathLoadMode
- Namespace
- IO.Scanbot.Sdk.Core
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/core/PathLoadMode", DoNotGenerateAcw = true)]
public sealed class PathLoadMode : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
PathLoadMode
- Implements
-
- Inherited Members
-
Properties
Eager
[Register("EAGER")]
public static PathLoadMode Eager { get; }
Property Value
- PathLoadMode
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
Lazy
[Register("LAZY")]
public static PathLoadMode Lazy { get; }
Property Value
- PathLoadMode
LazyWithCopy
[Register("LAZY_WITH_COPY")]
public static PathLoadMode LazyWithCopy { get; }
Property Value
- PathLoadMode
Methods
FromJson(string)
[Register("fromJson", "(Ljava/lang/String;)Lio/scanbot/sdk/core/PathLoadMode;", "")]
public static PathLoadMode FromJson(string json)
Parameters
json
string
Returns
- PathLoadMode
ToJson()
[Register("toJson", "()Ljava/lang/String;", "")]
public string ToJson()
Returns
- string
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/core/PathLoadMode;", "")]
public static PathLoadMode ValueOf(string value)
Parameters
value
string
Returns
- PathLoadMode
Values()
[Register("values", "()[Lio/scanbot/sdk/core/PathLoadMode;", "")]
public static PathLoadMode[] Values()
Returns
- PathLoadMode[]