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