Table of Contents

Class BatchBarcodeListView

Namespace
IO.Scanbot.Sdk.UI.View.Barcode.Batch
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/barcode/batch/BatchBarcodeListView", DoNotGenerateAcw = true)]
public sealed class BatchBarcodeListView : FrameLayout, Drawable.ICallback, IAccessibilityEventSource, KeyEvent.ICallback, IViewManager, IViewParent, IJavaObject, IJavaPeerable, IDisposable
Inheritance
BatchBarcodeListView
Implements
Inherited Members

Constructors

BatchBarcodeListView(Context, IAttributeSet)

[Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
public BatchBarcodeListView(Context context, IAttributeSet attrs)

Parameters

context Context
attrs IAttributeSet

Methods

OnBackPressed()

[Register("onBackPressed", "()Z", "")]
public bool OnBackPressed()

Returns

bool

SetBottomSheetBackgroundColor(int)

[Register("setBottomSheetBackgroundColor", "(I)V", "")]
public void SetBottomSheetBackgroundColor(int color)

Parameters

color int

SetBottomSheetPrimaryColor(int)

[Register("setBottomSheetPrimaryColor", "(I)V", "")]
public void SetBottomSheetPrimaryColor(int color)

Parameters

color int

SetItemsCountTextColor(int)

[Register("setItemsCountTextColor", "(I)V", "")]
public void SetItemsCountTextColor(int color)

Parameters

color int

SetItemsCountTextPlaceholder(string)

[Register("setItemsCountTextPlaceholder", "(Ljava/lang/String;)V", "")]
public void SetItemsCountTextPlaceholder(string placeholder)

Parameters

placeholder string

SetItemsLoadingText(string)

[Register("setItemsLoadingText", "(Ljava/lang/String;)V", "")]
public void SetItemsLoadingText(string text)

Parameters

text string

UpdateState()

[Register("updateState", "()V", "")]
public void UpdateState()