public static interface PixelCopy.OnPixelCopyFinishedListener
Modifier and Type | Method and Description |
---|---|
void |
onPixelCopyFinished(int copyResult)
Callback for when a pixel copy request has completed.
|
void onPixelCopyFinished(int copyResult)
copyResult
- Contains the resulting status of the copy request.
This will either be PixelCopy.SUCCESS
or one of the
PixelCopy.ERROR_*
values.