Table of Contents

Class BarcodeScannerActivity.Companion

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

Constructors

Companion(DefaultConstructorMarker)

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

Parameters

_constructor_marker DefaultConstructorMarker

Methods

ExtractResult(int, Intent)

[Register("extractResult", "(ILandroid/content/Intent;)Lio/scanbot/sdk/ui/barcode_scanner/view/barcode/BarcodeScannerActivity$Result;", "")]
public BarcodeScannerActivity.BarcodeScannerActivityResult ExtractResult(int resultCode, Intent data)

Parameters

resultCode int
data Intent

Returns

BarcodeScannerActivity.BarcodeScannerActivityResult

ForceClose(Context)

[Register("forceClose", "(Landroid/content/Context;)V", "")]
public void ForceClose(Context context)

Parameters

context Context

NewIntent(Context, BarcodeScannerConfiguration)

[Obsolete("deprecated")]
[Register("newIntent", "(Landroid/content/Context;Lio/scanbot/sdk/ui/view/barcode/configuration/BarcodeScannerConfiguration;)Landroid/content/Intent;", "")]
public Intent NewIntent(Context context, BarcodeScannerConfiguration scannerConfiguration)

Parameters

context Context
scannerConfiguration BarcodeScannerConfiguration

Returns

Intent