public interface

ImageCapture.ScreenFlashListener

 androidx.camera.core.ImageCapture.ScreenFlashListener

Overview

Callback listener for discovering when the application has completed its changes for a screen flash image capture.

For example, an application may change its UI to a full white screen with maximum brightness for a proper screen flash capture.

Summary

Methods
public voidonCompleted()

Invoked by the application when it has completed its changes due to a screen flash image capture.

Methods

public void onCompleted()

Invoked by the application when it has completed its changes due to a screen flash image capture.

See also: ImageCapture.ScreenFlash.apply(long, ImageCapture.ScreenFlashListener)