MCPcopy Index your code
hub / github.com/NativeScript/firebase / onCancelled

Method onCancelled

packages/firebase-database/index.android.ts:215–218  ·  view source on GitHub ↗
(param0: com.google.firebase.database.DatabaseError)

Source from the content-addressed store, hash-verified

213 callback?.(DataSnapshot.fromNative(param0), null);
214 },
215 onCancelled(param0: com.google.firebase.database.DatabaseError) {
216 const err = FirebaseError.fromNative(param0);
217 cancelCallbackOrContext?.(err);
218 },
219 })
220 );
221 } else {

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected