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

OnFailureListener

This interface is used with PendingOperation

OnFailureListener API

onFailure

void onFailure(@Error error)

Called when the PendingOperation fails.

Last updated