Interface HelpIntentUIOptions

All Known Implementing Classes:
BarcodeUISettings, BasicScanUISettings, FieldByFieldUISettings, OcrLineUISettings, PhotopayUISettings

public interface HelpIntentUIOptions
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setHelpIntent(android.content.Intent helpIntent)
    Defines intent for help activity called when help should be shown.
  • Method Details

    • setHelpIntent

      void setHelpIntent(@Nullable android.content.Intent helpIntent)
      Defines intent for help activity called when help should be shown. If not set or set to null, help button will not be shown in the scanning UI.
      Parameters:
      helpIntent - intent for help activity called when help should be shown.