Interface FlashlightWarningUIOptions

All Known Implementing Classes:
BlinkIdUISettings

public interface FlashlightWarningUIOptions
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setShowFlashlightWarning(boolean showFlashlightWarning)
    Defines whether flashlight warning will be displayed in UI, when flashlight is turned ON.
  • Method Details

    • setShowFlashlightWarning

      void setShowFlashlightWarning(boolean showFlashlightWarning)
      Defines whether flashlight warning will be displayed in UI, when flashlight is turned ON. Default is true.
      Parameters:
      showFlashlightWarning - whether flashlight warning will be displayed in UI.