ImageCapture.ScreenFlashListener


public 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 methods

abstract void

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

Public methods

onCompleted

Added in 1.4.0-alpha05
abstract void onCompleted()

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

See also
apply