Table of Contents

Class BatchBarcodeScannerActivity

Namespace
IO.Scanbot.Sdk.UI.Barcode_scanner.View.Barcode.Batch
Assembly
BarcodeSDK.NET.Droid.dll
[Obsolete("This class is obsoleted in this android platform")]
[Register("io/scanbot/sdk/ui/barcode_scanner/view/barcode/batch/BatchBarcodeScannerActivity", DoNotGenerateAcw = true)]
public sealed class BatchBarcodeScannerActivity : InternalBatchBarcodeScannerActivity, IComponentCallbacks2, IComponentCallbacks, KeyEvent.ICallback, LayoutInflater.IFactory2, LayoutInflater.IFactory, View.IOnCreateContextMenuListener, Window.ICallback, KeyEventDispatcher.IComponent, IFullyDrawnReporterOwner, IOnBackPressedDispatcherOwner, IContextAware, IActivityResultCaller, IActivityResultRegistryOwner, IOnMultiWindowModeChangedProvider, IOnNewIntentProvider, IOnPictureInPictureModeChangedProvider, IOnUserLeaveHintProvider, IOnConfigurationChangedProvider, IOnTrimMemoryProvider, IMenuHost, IHasDefaultViewModelProviderFactory, IViewModelStoreOwner, ISavedStateRegistryOwner, ILifecycleOwner, ActivityCompat.IOnRequestPermissionsResultCallback, ActivityCompat.IRequestPermissionsRequestCodeValidator, ActionBarDrawerToggle.IDelegateProvider, IAppCompatCallback, TaskStackBuilder.ISupportParentable, ICancelable, IInitializable, ILicensable, IPermissionAware, IHasComponent, IJavaObject, IJavaPeerable, IDisposable
Inheritance
ComponentActivity
ComponentActivity
FragmentActivity
AppCompatActivity
BatchBarcodeScannerActivity
Implements
KeyEventDispatcher.IComponent
IFullyDrawnReporterOwner
IOnBackPressedDispatcherOwner
IContextAware
IActivityResultCaller
IActivityResultRegistryOwner
IOnMultiWindowModeChangedProvider
IOnNewIntentProvider
IOnPictureInPictureModeChangedProvider
IOnUserLeaveHintProvider
IOnConfigurationChangedProvider
IOnTrimMemoryProvider
IMenuHost
IHasDefaultViewModelProviderFactory
IViewModelStoreOwner
ISavedStateRegistryOwner
ILifecycleOwner
ActivityCompat.IOnRequestPermissionsResultCallback
ActivityCompat.IRequestPermissionsRequestCodeValidator
ActionBarDrawerToggle.IDelegateProvider
IAppCompatCallback
TaskStackBuilder.ISupportParentable
Inherited Members
AppCompatActivity.OnCreateSupportNavigateUpTaskStack(TaskStackBuilder)
AppCompatActivity.OnPrepareSupportNavigateUpTaskStack(TaskStackBuilder)
AppCompatActivity.OnSupportActionModeFinished(ActionMode)
AppCompatActivity.OnSupportActionModeStarted(ActionMode)
AppCompatActivity.OnSupportContentChanged()
AppCompatActivity.OnSupportNavigateUp()
AppCompatActivity.OnWindowStartingSupportActionMode(ActionMode.ICallback)
AppCompatActivity.SetSupportActionBar(Toolbar)
AppCompatActivity.StartSupportActionMode(ActionMode.ICallback)
AppCompatActivity.Delegate
AppCompatActivity.DrawerToggleDelegate
AppCompatActivity.SupportActionBar
AppCompatActivity.SupportParentActivityIntent
FragmentActivity.OnAttachFragment(Fragment)
FragmentActivity.SetEnterSharedElementCallback(SharedElementCallback)
FragmentActivity.SetExitSharedElementCallback(SharedElementCallback)
FragmentActivity.SupportFinishAfterTransition()
FragmentActivity.SupportInvalidateOptionsMenu()
FragmentActivity.SupportPostponeEnterTransition()
FragmentActivity.SupportStartPostponedEnterTransition()
FragmentActivity.Lifecycle
FragmentActivity.SupportFragmentManager
FragmentActivity.SupportLoaderManager
ComponentActivity.AddMenuProvider(IMenuProvider)
ComponentActivity.AddMenuProvider(IMenuProvider, ILifecycleOwner)
ComponentActivity.AddMenuProvider(IMenuProvider, ILifecycleOwner, Lifecycle.State)
ComponentActivity.AddOnConfigurationChangedListener(IConsumer)
ComponentActivity.AddOnContextAvailableListener(IOnContextAvailableListener)
ComponentActivity.AddOnMultiWindowModeChangedListener(IConsumer)
ComponentActivity.AddOnNewIntentListener(IConsumer)
ComponentActivity.AddOnPictureInPictureModeChangedListener(IConsumer)
ComponentActivity.AddOnTrimMemoryListener(IConsumer)
ComponentActivity.InitializeViewTreeOwners()
ComponentActivity.InvalidateMenu()
ComponentActivity.OnRetainCustomNonConfigurationInstance()
ComponentActivity.OnRetainNonConfigurationInstance()
ComponentActivity.PeekAvailableContext()
ComponentActivity.RegisterForActivityResult(ActivityResultContract, IActivityResultCallback)
ComponentActivity.RegisterForActivityResult(ActivityResultContract, ActivityResultRegistry, IActivityResultCallback)
ComponentActivity.RemoveMenuProvider(IMenuProvider)
ComponentActivity.RemoveOnConfigurationChangedListener(IConsumer)
ComponentActivity.RemoveOnContextAvailableListener(IOnContextAvailableListener)
ComponentActivity.RemoveOnMultiWindowModeChangedListener(IConsumer)
ComponentActivity.RemoveOnNewIntentListener(IConsumer)
ComponentActivity.RemoveOnPictureInPictureModeChangedListener(IConsumer)
ComponentActivity.RemoveOnTrimMemoryListener(IConsumer)
ComponentActivity.ActivityResultRegistry
ComponentActivity.DefaultViewModelCreationExtras
ComponentActivity.DefaultViewModelProviderFactory
ComponentActivity.FullyDrawnReporter
ComponentActivity.LastCustomNonConfigurationInstance
ComponentActivity.OnBackPressedDispatcher
ComponentActivity.SavedStateRegistry
ComponentActivity.ViewModelStore
ComponentActivity.ContextAvailable
ComponentActivity.PutExtraData(ComponentActivity.ExtraData)

Constructors

BatchBarcodeScannerActivity()

[Register(".ctor", "()V", "")]
public BatchBarcodeScannerActivity()

Properties

Component

public Object Component { get; }

Property Value

Object

TerminateCondition

protected override ITerminateCondition TerminateCondition { get; }

Property Value

ITerminateCondition

Methods

ExtractResult(int, Intent)

[Register("extractResult", "(ILandroid/content/Intent;)Lio/scanbot/sdk/ui/barcode_scanner/view/barcode/batch/BatchBarcodeScannerActivity$Result;", "")]
public static 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 static void ForceClose(Context context, bool keepResult)

Parameters

context Context
keepResult bool

InitDependencies()

[Register("initDependencies", "()V", "")]
protected override void InitDependencies()

NewIntent(Context, BatchBarcodeScannerConfiguration)

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

Parameters

context Context
scannerConfiguration BatchBarcodeScannerConfiguration

Returns

Intent