Interface BeepSoundUIOptions
- All Known Implementing Classes:
BarcodeUISettings,BasicScanUISettings,OcrLineUISettings,PhotopayUISettings
public interface BeepSoundUIOptions
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetBeepSoundResourceID(int beepSoundResourceID) Defines the resource ID of the sound to be played when recognition is successful.
-
Method Details
-
setBeepSoundResourceID
void setBeepSoundResourceID(@RawRes int beepSoundResourceID) Defines the resource ID of the sound to be played when recognition is successful.- Parameters:
beepSoundResourceID- resource ID of the sound to be played when recognition is successful.
-