[[["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-17 UTC."],[[["The latest version of the API common library is 2.46.1, as indicated in the provided list of versions."],["This page documents the `ApiFutureCallback` interface, which is designed for handling the results of an `ApiFuture`."],["The `ApiFutureCallback` interface includes two primary methods: `onFailure(Throwable t)` for handling errors, and `onSuccess(V result)` for processing successful outcomes."],["There is an extensive list of prior versions for this class, starting from 2.46.1 down to 2.1.2, indicating a history of development and maintenance."],["The `ApiFutureCallback` interface is a redeclaration of Guava's `FutureCallback`, allowing for shading, and offers both an `onFailure` method with a Throwable parameter and an `onSuccess` method with a generic type V parameter."]]],[]]