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 about 1 month ago