public abstract class XWalkGetBitmapCallback
extends java.lang.Object
| Constructor and Description |
|---|
XWalkGetBitmapCallback()
Constructor for capture bitmap callback.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
getBridge() |
abstract void |
onFinishGetBitmap(android.graphics.Bitmap bitmap,
int response)
Called when the content readback finishes.
|
public XWalkGetBitmapCallback()
protected java.lang.Object getBridge()
public abstract void onFinishGetBitmap(android.graphics.Bitmap bitmap,
int response)
bitmap - The bitmap of the content. Null will be passed for
readback failure.response - 0 for success, others failure.