public interface ValueCallback

android.webkit.ValueCallback<T>



A callback interface used to provide values asynchronously.

Summary

Public methods

abstract void onReceiveValue(T value)

Invoked when the value is available.

Public methods

onReceiveValue

public abstract void onReceiveValue (T value)

Invoked when the value is available.

Parameters
value T: The value.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025-02-10 UTC.