Table of Contents

Class InternalBatchBarcodeScannerActivity.Companion

Namespace
IO.Scanbot.Sdk.UI.View.Barcode.Batch
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/barcode/batch/InternalBatchBarcodeScannerActivity$Companion", DoNotGenerateAcw = true)]
public sealed class InternalBatchBarcodeScannerActivity.Companion : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
InternalBatchBarcodeScannerActivity.Companion
Implements
Inherited Members

Constructors

Companion(DefaultConstructorMarker)

[Register(".ctor", "(Lkotlin/jvm/internal/DefaultConstructorMarker;)V", "")]
public Companion(DefaultConstructorMarker _constructor_marker)

Parameters

_constructor_marker DefaultConstructorMarker

Methods

NewIntentInternal(Context, Class, BatchBarcodeScannerConfiguration)

[Register("newIntentInternal", "(Landroid/content/Context;Ljava/lang/Class;Lio/scanbot/sdk/ui/view/barcode/batch/configuration/BatchBarcodeScannerConfiguration;)Landroid/content/Intent;", "")]
[JavaTypeParameters(new string[] { "A" })]
public Intent NewIntentInternal(Context context, Class activityClass, BatchBarcodeScannerConfiguration scannerConfiguration)

Parameters

context Context
activityClass Class
scannerConfiguration BatchBarcodeScannerConfiguration

Returns

Intent