Class BatchBarcodeScannerActivity.Companion
- Namespace
- IO.Scanbot.Sdk.UI.Barcode_scanner.View.Barcode.Batch
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/barcode_scanner/view/barcode/batch/BatchBarcodeScannerActivity$Companion", DoNotGenerateAcw = true)]
public sealed class BatchBarcodeScannerActivity.Companion : Object, NFBaseActivity.IRtuCompanion, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
BatchBarcodeScannerActivity.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/batch/BatchBarcodeScannerActivity$Result;", "")]
public BatchBarcodeScannerActivity.BatchBarcodeScannerActivityResult ExtractResult(int resultCode, Intent data)
Parameters
resultCode
int
data
Intent
Returns
- BatchBarcodeScannerActivity.BatchBarcodeScannerActivityResult
ForceClose(Context, bool)
[Register("forceClose", "(Landroid/content/Context;Z)V", "")]
public void ForceClose(Context context, bool keepResult)
Parameters
context
Context
keepResult
bool
NewIntent(Context, BatchBarcodeScannerConfiguration)
[Obsolete("deprecated")]
[Register("newIntent", "(Landroid/content/Context;Lio/scanbot/sdk/ui/view/barcode/batch/configuration/BatchBarcodeScannerConfiguration;)Landroid/content/Intent;", "")]
public Intent NewIntent(Context context, BatchBarcodeScannerConfiguration scannerConfiguration)
Parameters
context
Context
scannerConfiguration
BatchBarcodeScannerConfiguration
Returns
- Intent