CompletionCallback
Callback interface for push operations.
A typealias for a callback function that is invoked upon the completion of an operation.
Syntax: typealias CompletionCallback = (isSuccessful: Boolean) -> Unit
Parameters:
| Parameters | Type | Description |
|---|---|---|
| isSuccessful | Boolean | A boolean value indicates whether the operation was completed successfully. |
Updated 12 months ago
