| com.google.firebase.database.RunLoop |
This interface defines the required functionality for the Firebase Database library's run loop. Most users will not need this interface. However, if you are customizing how the Firebase Database library runs, you can provide your own run loop that implements these methods. See DatabaseConfig for more details.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Schedule this operation to run after the specified delay
| |||||||||||
Append this operation to the queue
| |||||||||||
Schedule this operation to run after the specified delay
| r | The operation to run |
|---|---|
| milliseconds | The delay, in milliseconds |
Append this operation to the queue
| r | The operation to run |
|---|