@Deprecated public static interface WebView.PictureListener
Modifier and Type | Method and Description |
---|---|
void |
onNewPicture(WebView view,
Picture picture)
Deprecated.
Deprecated due to internal changes.
|
@Deprecated void onNewPicture(WebView view, Picture picture)
WebView.capturePicture()
for details of the picture.view
- the WebView that owns the picturepicture
- the new picture. Applications targeting
Build.VERSION_CODES.JELLY_BEAN_MR2
or above
will always receive a null Picture.