Class CustomBitmapFrameHandler
[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
ShowBitmap
public bool ShowBitmap { get; set; }
Property Value
Methods
HandleFrame(Frame)
[Register("handleFrame", "(Lio/scanbot/sdk/camera/FrameHandler$Frame;)Z", "")]
public override bool HandleFrame(FrameHandler.Frame previewFrame)
Parameters
previewFrame
FrameHandler.Frame