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

Method onChildMoved

packages/firebase-database/index.android.ts:239–243  ·  view source on GitHub ↗
(param0: com.google.firebase.database.DataSnapshot, param1: string)

Source from the content-addressed store, hash-verified

237 }
238 },
239 onChildMoved(param0: com.google.firebase.database.DataSnapshot, param1: string) {
240 if (eventType === 'child_moved') {
241 callback?.(DataSnapshot.fromNative(param0), param1);
242 }
243 },
244 onCancelled(param0: com.google.firebase.database.DatabaseError) {
245 const err = FirebaseError.fromNative(param0);
246 cancelCallbackOrContext?.(err);

Callers

nothing calls this directly

Calls 2

callbackFunction · 0.85
fromNativeMethod · 0.45

Tested by

no test coverage detected