Table of Contents

Class KeyCodeLocalRegister

Namespace
IO.Scanbot.Sdk.Ui_v2.Document.Configuration
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui_v2/document/configuration/KeyCodeLocalRegister", DoNotGenerateAcw = true)]
public sealed class KeyCodeLocalRegister : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
KeyCodeLocalRegister
Implements
Inherited Members

Constructors

KeyCodeLocalRegister()

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

KeyCodeLocalRegister(IDictionary<string, OnKeyCodeListener>)

[Register(".ctor", "(Ljava/util/Map;)V", "")]
public KeyCodeLocalRegister(IDictionary<string, OnKeyCodeListener> mappedStrings)

Parameters

mappedStrings IDictionary<string, OnKeyCodeListener>

Properties

MappedStrings

public IDictionary<string, OnKeyCodeListener> MappedStrings { get; }

Property Value

IDictionary<string, OnKeyCodeListener>

Methods

OnKeyCode(KeyEvent)

[Register("onKeyCode", "(Landroid/view/KeyEvent;)Z", "")]
public bool OnKeyCode(KeyEvent keyEvent)

Parameters

keyEvent KeyEvent

Returns

bool