Table of Contents

Class InternalBarcodeScannerActivity.Companion

Namespace
IO.Scanbot.Sdk.UI.View.Barcode
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/barcode/InternalBarcodeScannerActivity$Companion", DoNotGenerateAcw = true)]
public sealed class InternalBarcodeScannerActivity.Companion : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
InternalBarcodeScannerActivity.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, BarcodeScannerConfiguration)

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

Parameters

context Context
activityClass Class
scannerConfiguration BarcodeScannerConfiguration

Returns

Intent