MiniScannerFrameLayout

class MiniScannerFrameLayout : FrameLayout, IMiniScannerContainer

Container class for mini scanner and floating button. Need to call initMiniScanner method.

Since

1.1.0

Constructors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun MiniScannerFrameLayout(context: Context, attrs: AttributeSet?, @AttrRes defStyleAttr: Int)
Link copied to clipboard
fun MiniScannerFrameLayout(context: Context, attrs: AttributeSet?, @AttrRes defStyleAttr: Int, @StyleRes defStyleRes: Int)

Functions

Link copied to clipboard

To access mini scanner view

Link copied to clipboard

Initialize mini scanner

Link copied to clipboard
open override fun showMiniScannerView()

Show mini scanner view. Use this API if you need to launch mini scanner view without using the pre-built floating button.