# Print output for @column tags ?>
public
interface
ValueCallback
| android.webkit.ValueCallback<T> |
A callback interface used to provide values asynchronously.
Public methods | |
|---|---|
abstract
void
|
onReceiveValue(T value)
Invoked when the value is available. |
public abstract void onReceiveValue (T value)
Invoked when the value is available.
| Parameters | |
|---|---|
value |
T: The value. |