onResult

open suspend override fun onResult(result: Any?): Boolean(source)

Determines whether a retry should be attempted based on the result of the asynchronous operation.

Return

true if a retry should be attempted, false otherwise.

Parameters

result

The result of the asynchronous operation.