| android.webkit.WebView.PictureListener |
This interface is deprecated.
This interface is now obsolete.
Interface to listen for new pictures as they change.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
Due to internal changes, the picture does not include
composited layers such as fixed position elements or scrollable divs.
While the PictureListener API can still be used to detect changes in
the WebView content, you are advised against its usage until a replacement
is provided in a future Android release
| |||||||||||
This method is deprecated.
Due to internal changes, the picture does not include
composited layers such as fixed position elements or scrollable divs.
While the PictureListener API can still be used to detect changes in
the WebView content, you are advised against its usage until a replacement
is provided in a future Android release
Notify the listener that the picture has changed.
| view | The WebView that owns the picture. |
|---|---|
| picture | The new picture. |