加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20111230090859/http://developer.android.com:80/reference/android/webkit/ValueCallback.html
Since: API Level 7
public interface

ValueCallback

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)

Since: API Level 7

Invoked when we have the result