Anchors

object Anchors

This is the option value to com.samsung.android.knox.smartscan.preview.miniscanner.MiniScannerSettings.setFloatingButtonAnchor. Possible anchor options for floating button are BOTTOM_LEFT, BOTTOM_RIGHT, TOP_LEFT, TOP_RIGHT.

Since

1.1.0

Properties

Link copied to clipboard
const val BOTTOM: Int = 2
Link copied to clipboard
const val BOTTOM_LEFT: Int = 18
Link copied to clipboard
const val BOTTOM_RIGHT: Int = 34
Link copied to clipboard
const val LEFT: Int = 16
Link copied to clipboard
const val RIGHT: Int = 32
Link copied to clipboard
const val TOP: Int = 1
Link copied to clipboard
const val TOP_LEFT: Int = 17
Link copied to clipboard
const val TOP_RIGHT: Int = 33