JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
android.webkit
Interface ValueCallback<T>
public interface
ValueCallback<T>
A callback interface used to provide values asynchronously.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
onReceiveValue
(
T
value)
Invoked when the value is available.
Method Detail
onReceiveValue
void onReceiveValue(
T
value)
Invoked when the value is available.
Parameters:
value
- The value.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method