to top
Android APIs
Since: API Level 7
public interface

ValueCallback

android.webkit.ValueCallback<T>

Class Overview

A callback interface used to provide values asynchronously.

Summary

Public Methods
abstract void onReceiveValue(T value)
Invoked when the value is available.

Public Methods

public abstract void onReceiveValue (T value)

Since: API Level 7

Invoked when the value is available.

Parameters
value The value.