| 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; |
no outgoing calls
no test coverage detected