Table of Contents

Class OnKeyCodeListener

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

Constructors

OnKeyCodeListener()

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

OnKeyCodeListener(IFunction1)

[Register(".ctor", "(Lkotlin/jvm/functions/Function1;)V", "")]
public OnKeyCodeListener(IFunction1 onKeyCode)

Parameters

onKeyCode IFunction1

Properties

OnKeyCode

public IFunction1 OnKeyCode { get; }

Property Value

IFunction1