QueueWorkDoneCallback


public fun interface QueueWorkDoneCallback


Summary

Public methods

abstract void
onQueueWorkDone(int status, @NonNull String message)

A callback function invoked when all previously submitted work on a queue has finished executing.

Public methods

onQueueWorkDone

Added in 1.0.0-alpha01
abstract void onQueueWorkDone(int status, @NonNull String message)

A callback function invoked when all previously submitted work on a queue has finished executing.

Parameters
int status

The status of the queue work completion.

@NonNull String message

A human-readable message providing context on the status.