android.webkit.ValueCallback<T> |
Class Overview
A callback interface used to returns values asynchronously
Summary
Public Methods |
abstract
void
|
onReceiveValue(T value)
Invoked when we have the result
|
Public Methods
public
abstract
void
onReceiveValue
(T value)
Invoked when we have the result