Class TorchController
java.lang.Object
com.microblink.photopay.fragment.overlay.components.TorchController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis method should be called immediately after the camera preview has been started and torch support status is available (torch is supported by currently opened camera or not).voidsetTorchStateListener(OverlayTorchStateListener torchStateListener) voidsetup(android.widget.ImageView torchButton, RecognizerRunnerView recognizerRunnerView) voidsetup(android.widget.ImageView torchButton, RecognizerRunnerView recognizerRunnerView, android.graphics.drawable.Drawable iconOff, android.graphics.drawable.Drawable iconOn) voidsetup(RecognizerRunnerView recognizerRunnerView) voidvoidupdateTorchState(boolean isTorchEnabled)
-
Constructor Details
-
TorchController
public TorchController()
-
-
Method Details
-
setup
-
setup
public void setup(@Nullable android.widget.ImageView torchButton, @Nullable RecognizerRunnerView recognizerRunnerView) -
setup
public void setup(@Nullable android.widget.ImageView torchButton, @Nullable RecognizerRunnerView recognizerRunnerView, @Nullable android.graphics.drawable.Drawable iconOff, @Nullable android.graphics.drawable.Drawable iconOn) -
onTorchSupportStatusAvailable
public void onTorchSupportStatusAvailable()This method should be called immediately after the camera preview has been started and torch support status is available (torch is supported by currently opened camera or not). -
updateTorchState
public void updateTorchState(boolean isTorchEnabled) -
toggleTorchState
public void toggleTorchState() -
setTorchStateListener
-