MCPcopy Create free account
hub / github.com/NativeScript/firebase / Handler

Class Handler

packages/firebase-database/typings/android.d.ts:499–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497 }
498 export module Transaction {
499 export class Handler {
500 public static class: java.lang.Class<com.google.firebase.database.Transaction.Handler>;
501 /**
502 * Constructs a new instance of the com.google.firebase.database.Transaction$Handler interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
503 */
504 public constructor(implementation: {
505 doTransaction(param0: com.google.firebase.database.MutableData): com.google.firebase.database.Transaction.Result;
506 onComplete(param0: com.google.firebase.database.DatabaseError, param1: boolean, param2: com.google.firebase.database.DataSnapshot): void;
507 });
508 public constructor();
509 public onComplete(param0: com.google.firebase.database.DatabaseError, param1: boolean, param2: com.google.firebase.database.DataSnapshot): void;
510 public doTransaction(param0: com.google.firebase.database.MutableData): com.google.firebase.database.Transaction.Result;
511 }
512 export class Result {
513 public static class: java.lang.Class<com.google.firebase.database.Transaction.Result>;
514 public isSuccess(): boolean;

Callers 15

FirebaseAuthClass · 0.85
FirebaseCrashlyticsClass · 0.85
FirebaseUIClass · 0.85
FirebaseFunctionsClass · 0.85
FirebaseDatabaseClass · 0.85
FirebaseFirestoreClass · 0.85
FirebaseAnalyticsClass · 0.85
FirebaseMessagingClass · 0.85
FirebaseMessagingClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected