Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 849 Bytes

File metadata and controls

44 lines (31 loc) · 849 Bytes
layout title description keywords needGenerateH3Content needAutoGenerateSidebar noTitleIndex
default-layout
Feedback - DynamsoftCameraEnhancer Android Edition API Reference
The class Feedback of DynamsoftCameraEnhancer provides methods to trigger feedbacks from the hardware, such as vibrate and beep.
feedback, Java, Kotlin
true
true
true

Feedback

The Feedback class provides methods to trigger feedbacks from the hardware, such as vibrate and beep.

Definition

Assembly: package com.dynamsoft.dce

class Feedback

Methods

Method Description
vibrate Trigger a vibrate.
beep Trigger a beep.

vibrate

Trigger a vibrate.

void vibrate(Context context){}

beep

Trigger a beep.

void beep(Context context){}