to top
Android APIs
Added in API level 7
public interface

ValueCallback

android.webkit.ValueCallback<T>

Class Overview

A callback interface used to provide values asynchronously.

Summary

Public Methods

? Examples
abstract void onReceiveValue(T value)
Invoked when the value is available.

Public Methods

public abstract void onReceiveValue (T value)

Added in API level 7

Invoked when the value is available.

Parameters
value The value.
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.