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:

ParametersTypeDescription
isSuccessfulBooleanA boolean value indicates whether the operation was completed successfully.