[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The latest version of the `ApiFutureCallback` API is 2.46.1, which can be found at the provided URL."],["This page documents the `ApiFutureCallback` interface across numerous versions, ranging from version 2.1.2 up to the latest."],["`ApiFutureCallback` serves as a callback mechanism for handling the results of an `ApiFuture`, and is structured similarly to Guava's `FutureCallback` to allow for shading."],["The `ApiFutureCallback` interface has two methods: `onFailure(Throwable t)` and `onSuccess(V result)` for managing the outcome of the `ApiFuture`."],["The `ApiFutureCallback` is of generic type, taking a type parameter `V`, whose full definition is not provided."]]],[]]