The operation has been cancelled. Any associated callback will never be invoked.
public
static
final
FutureState
DONE
DONE
publicstaticfinalFutureStateDONE
The operation is complete and the result is available. If a callback was associated, it will
soon be invoked with the result on the main thread, if it hasn't been invoked already.
public
static
final
FutureState
PENDING
PENDING
publicstaticfinalFutureStatePENDING
The operation is still pending. The result of the operation isn't available yet, and any
associated callback hasn't yet been dispatched or invoked.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-06-28 UTC."],[],[]]