Barcode Count Not In List Action Settings

Defined in package com.scandit.datacapture.barcode.count.ui.view

BarcodeCountNotInListActionSettings
class BarcodeCountNotInListActionSettings

Added in version 7.0.0

BarcodeCountNotInListActionSettings()
BarcodeCountNotInListActionSettings()

Added in version 7.0.0

Build a new instance of this class, with default values.

enabled
boolean getEnabled()
void setEnabled(boolean value)

Added in version 7.0.0

Use this property to enable the not in list actions. Defaults to false.

acceptButtonText
@NonNull String getAcceptButtonText()
void setAcceptButtonText(@NonNull String value)

Added in version 7.0.0

The text for the label associated with the accept button.

acceptButtonContentDescription
@NonNull String getAcceptButtonContentDescription()
void setAcceptButtonContentDescription(@NonNull String value)

Added in version 7.0.0

The accept button content description.

rejectButtonText
@NonNull String getRejectButtonText()
void setRejectButtonText(@NonNull String value)

Added in version 7.0.0

The text for the label associated with the reject button.

rejectButtonContentDescription
@NonNull String getRejectButtonContentDescription()
void setRejectButtonContentDescription(@NonNull String value)

Added in version 7.0.0

The reject button content description.

cancelButtonText
@NonNull String getCancelButtonText()
void setCancelButtonText(@NonNull String value)

Added in version 7.0.0

The text for the label associated with the cancel button.

cancelButtonContentDescription
@NonNull String getCancelButtonContentDescription()
void setCancelButtonContentDescription(@NonNull String value)

Added in version 7.0.0

The cancel button content description.

barcodeAcceptedHint
@NonNull String getBarcodeAcceptedHint()
void setBarcodeAcceptedHint(@NonNull String value)

Added in version 7.0.0

The text for the hint that will be shown when a barcode is accepted.

barcodeRejectedHint
@NonNull String getBarcodeRejectedHint()
void setBarcodeRejectedHint(@NonNull String value)

Added in version 7.0.0

The text for the hint that will be shown when a barcode is rejected.