Class ScanbotButtonType
[Register("io/scanbot/sdk/ui_v2/common/components/ScanbotButtonType", DoNotGenerateAcw = true)]
public sealed class ScanbotButtonType : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
ScanbotButtonType
- Implements
- Inherited Members
Properties
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
Outlined
[Register("Outlined")]
public static ScanbotButtonType Outlined { get; }
Property Value
Shape
[Register("Shape")]
public static ScanbotButtonType Shape { get; }
Property Value
Text
[Register("Text")]
public static ScanbotButtonType Text { get; }
Property Value
Methods
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/ui_v2/common/components/ScanbotButtonType;", "")]
public static ScanbotButtonType ValueOf(string value)
Parameters
value
string
Returns
Values()
[Register("values", "()[Lio/scanbot/sdk/ui_v2/common/components/ScanbotButtonType;", "")]
public static ScanbotButtonType[] Values()