Class FindAndPickBadgeConfiguration
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the round badge on find and pick ar layer.
public class FindAndPickBadgeConfiguration
- Inheritance
-
FindAndPickBadgeConfiguration
- Inherited Members
Properties
Completed
Appearance of the badge when a barcode is completed.
public BadgeStyle Completed { get; set; }
Property Value
PartiallyScanned
Appearance of the badge when a barcode is partially scanned.
public BadgeStyle PartiallyScanned { get; set; }
Property Value
Rejected
Appearance of the badge when a barcode is rejected.
public BadgeStyle Rejected { get; set; }
Property Value
Methods
FromJson(string)
public static FindAndPickBadgeConfiguration FromJson(string rawJson)
Parameters
rawJson
string
Returns
FromNative(FindAndPickBadgeConfiguration)
public static FindAndPickBadgeConfiguration FromNative(FindAndPickBadgeConfiguration source)
Parameters
Returns
ToNative()
public FindAndPickBadgeConfiguration ToNative()