ImageCapture.ScreenFlashListener


interface ImageCapture.ScreenFlashListener


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.

See also
apply

Summary

Public functions

Unit

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

Public functions

onCompleted

Added in 1.4.0-alpha05
fun onCompleted(): Unit

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

See also
apply