| android.webkit.ValueCallback<T> |
A callback interface used to provide values asynchronously.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Invoked when the value is available.
|
||||||||||
Invoked when the value is available.
| value | The value. |
|---|