Table of Contents

Class CustomBitmapFrameHandler

Namespace
IO.Scanbot.Sdk.Ui_v2.Common.Animation
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui_v2/common/animation/CustomBitmapFrameHandler", DoNotGenerateAcw = true)]
public sealed class CustomBitmapFrameHandler : FrameHandler, IJavaObject, IJavaPeerable, IDisposable
Inheritance
CustomBitmapFrameHandler
Implements
Inherited Members

Constructors

CustomBitmapFrameHandler(IMutableStateFlow)

[Register(".ctor", "(Lkotlinx/coroutines/flow/MutableStateFlow;)V", "")]
public CustomBitmapFrameHandler(IMutableStateFlow flow)

Parameters

flow IMutableStateFlow

Properties

Flow

public IMutableStateFlow Flow { get; }

Property Value

IMutableStateFlow

ShowBitmap

public bool ShowBitmap { get; set; }

Property Value

bool

Methods

HandleFrame(Frame)

[Register("handleFrame", "(Lio/scanbot/sdk/camera/FrameHandler$Frame;)Z", "")]
public override bool HandleFrame(FrameHandler.Frame previewFrame)

Parameters

previewFrame FrameHandler.Frame

Returns

bool