Table of Contents

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

BadgeStyle

PartiallyScanned

Appearance of the badge when a barcode is partially scanned.

public BadgeStyle PartiallyScanned { get; set; }

Property Value

BadgeStyle

Rejected

Appearance of the badge when a barcode is rejected.

public BadgeStyle Rejected { get; set; }

Property Value

BadgeStyle

Methods

FromJson(string)

public static FindAndPickBadgeConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

FindAndPickBadgeConfiguration

FromNative(FindAndPickBadgeConfiguration)

public static FindAndPickBadgeConfiguration FromNative(FindAndPickBadgeConfiguration source)

Parameters

source FindAndPickBadgeConfiguration

Returns

FindAndPickBadgeConfiguration

ToNative()

public FindAndPickBadgeConfiguration ToNative()

Returns

FindAndPickBadgeConfiguration