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

Class OnDisconnect

packages/firebase-database/index.d.ts:6–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4export { EventType };
5
6export declare class OnDisconnect implements IOnDisconnect {
7 readonly native: any;
8 readonly android: any;
9 readonly ios: any;
10
11 cancel(onComplete?: (error: FirebaseError) => void): Promise<void>;
12
13 remove(onComplete?: (error: FirebaseError) => void): Promise<void>;
14
15 set(value: any, onComplete?: (error: FirebaseError) => void): Promise<void>;
16
17 setWithPriority(value: any, priority: string | number, onComplete?: (error: FirebaseError) => void): Promise<void>;
18
19 update(values: { [key: string]: any }, onComplete?: (error: FirebaseError) => void): Promise<void>;
20}
21
22export declare class Query implements IQuery {
23 readonly native: any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…