For the complete documentation index, see llms.txt. This page is also available as Markdown.

OnCompleteListener

This interface is used with PendingOperation

OnCompleteListener API

onComplete

void onComplete(PendingOperation<Result, Error> pendingOperation)

Called when the PendingOperation completes.

Last updated