Table of Contents

Class InternalBarcodeScannerActivity

Namespace
IO.Scanbot.Sdk.UI.View.Barcode
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/barcode/InternalBarcodeScannerActivity", DoNotGenerateAcw = true)]
public abstract class InternalBarcodeScannerActivity : BaseBarcodeScannerActivity, 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, IBarcodeConfirmationDialogInterface, IJavaObject, IJavaPeerable, IDisposable
Inheritance
ComponentActivity
ComponentActivity
FragmentActivity
AppCompatActivity
InternalBarcodeScannerActivity
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
Derived
Inherited Members
AppCompatActivity.OnCreateSupportNavigateUpTaskStack(TaskStackBuilder)
AppCompatActivity.OnLocalesChanged(LocaleListCompat)
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.OnResumeFragments()
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

InternalBarcodeScannerActivity()

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

InternalBarcodeScannerActivity(nint, JniHandleOwnership)

protected InternalBarcodeScannerActivity(nint javaReference, JniHandleOwnership transfer)

Parameters

javaReference nint
transfer JniHandleOwnership

Fields

ScannedBarcodeImagePathExtra

[Register("SCANNED_BARCODE_IMAGE_PATH_EXTRA")]
public const string ScannedBarcodeImagePathExtra = "scannedBarcodeImagePath"

Field Value

string

ScannedBarcodePreviewFramePathExtra

[Register("SCANNED_BARCODE_PREVIEW_FRAME_PATH_EXTRA")]
public const string ScannedBarcodePreviewFramePathExtra = "scannedBarcodePreviewFramePath"

Field Value

string

Methods

Create(Bundle)

[Register("create", "(Landroid/os/Bundle;)V", "GetCreate_Landroid_os_Bundle_Handler")]
protected override void Create(Bundle savedInstanceState)

Parameters

savedInstanceState Bundle

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 static Intent NewIntentInternal(Context context, Class activityClass, BarcodeScannerConfiguration scannerConfiguration)

Parameters

context Context
activityClass Class
scannerConfiguration BarcodeScannerConfiguration

Returns

Intent

OnBarcodeConfirmed(BarcodeScanningResult)

[Register("onBarcodeConfirmed", "(Lio/scanbot/sdk/barcode/entity/BarcodeScanningResult;)V", "GetOnBarcodeConfirmed_Lio_scanbot_sdk_barcode_entity_BarcodeScanningResult_Handler")]
public virtual void OnBarcodeConfirmed(BarcodeScanningResult result)

Parameters

result BarcodeScanningResult

OnBarcodeRejected()

[Register("onBarcodeRejected", "()V", "GetOnBarcodeRejectedHandler")]
public virtual void OnBarcodeRejected()

ProvideLayoutId()

[Register("provideLayoutId", "()I", "GetProvideLayoutIdHandler")]
public override int ProvideLayoutId()

Returns

int