Interface BeepSoundUIOptions
- All Known Implementing Classes:
BaseBlinkIdUiSettings
,BlinkIdUISettings
,DocumentUISettings
,LegacyDocumentVerificationUISettings
public interface BeepSoundUIOptions
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBeepSoundResourceID
(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.
-