[[["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."],[[["This webpage provides documentation for the `ApiFutureCallback` interface within the Google API Common library, which is a callback mechanism for handling results of `ApiFuture`."],["The latest version of `ApiFutureCallback` documented is 2.46.1, with many previous versions ranging down to 2.1.2, each with its own documentation."],["`ApiFutureCallback` offers two main methods: `onFailure(Throwable t)` to handle exceptions and `onSuccess(V result)` to manage successful outcomes, much like Guava's `FutureCallback`."],["The parameter table specifies that the type parameter V does not have a description, while the throwable parameter t is a java.lang.Throwable, and the result parameter is V."],["The callback mechanism is designed to be shaded from Guava."]]],[]]