com.amazon.android.webkit.AmazonValueCallback<T> |
The AmazonValueCallback class is intended to be functionally equivalent to to
the ValueCallback
class. See
ValueCallback
for usage.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The onReceiveValue() method is called when a value is received, and is intended to be functionally equivalent to
to the
onReceiveValue(T) method. |
The onReceiveValue() method is called when a value is received, and is intended to be functionally equivalent to
to the onReceiveValue(T)
method. See onReceiveValue(T)
for usage.