Resource Base
Table of contents

This documentation is deprecated. It applies only to legacy version 2.x of Capture Vision and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

DSFeedback

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

Definition

Assembly: DynamsoftCaptureVisionBundle.xcframework

  • Objective-C
  • Swift
  1. @interface DSFeedback : NSObject
    
  2. class Feedback : NSObject
    

Methods

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

vibrate

Trigger a vibrate.

  • Objective-C
  • Swift
  1. + (void)vibrate;
    
  2. class func vibrate()
    

beep

Trigger a beep.

  • Objective-C
  • Swift
  1. + (void)beep;
    
  2. class func beep()
    

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: