com.tencent.smtt.sdk.ValueCallback<T> |
A callback interface used to provide values asynchronously.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onReceiveValue(T value)
Invoked when the value is available.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Invoked when the value is available.
value | The value. |
---|