Summary:
Methods
| [Expand All]
ScreenCaptureProcessor
public
interface
ScreenCaptureProcessor
android.support.test.runner.screenshot.ScreenCaptureProcessor |
Known Indirect Subclasses |
Interface for an object that is capable of processing ScreenCapture
s.
This API is currently in beta.
Summary
Public methods | |
---|---|
abstract
String
|
process(ScreenCapture capture)
Process the given |
Public methods
process
String process (ScreenCapture capture)
Process the given ScreenCapture
.
The given ScreenCapture
defines optional properties like filename and format that
should be respected when defining the behavior of this method.
Parameters | |
---|---|
capture |
ScreenCapture : the ScreenCapture that specifies the bitmap to process |
Returns | |
---|---|
String |
the filename the bitmap was saved as |
Throws | |
---|---|
IOException |
if there was an I/O error saving the screenshot |
Interfaces
Classes