Class KeyCodeLocalRegister
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Document.Configuration
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class KeyCodeLocalRegister : Object
- Inheritance
-
KeyCodeLocalRegister
Constructors
KeyCodeLocalRegister()
public KeyCodeLocalRegister()
KeyCodeLocalRegister(IDictionary<string, OnKeyCodeListener>)
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)
public bool OnKeyCode(KeyEvent keyEvent)
Parameters
keyEvent KeyEvent
Returns
- bool