Class KeyCodeLocalRegister
[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
mappedStringsIDictionary<string, OnKeyCodeListener>
Properties
MappedStrings
public IDictionary<string, OnKeyCodeListener> MappedStrings { get; }
Property Value
Methods
OnKeyCode(KeyEvent)
[Register("onKeyCode", "(Landroid/view/KeyEvent;)Z", "")]
public bool OnKeyCode(KeyEvent keyEvent)
Parameters
keyEventKeyEvent