Skip to content

AsyncJobStatusCallback

Xavier F. Gouchet edited this page Sep 4, 2024 · 1 revision

interface AsyncJobStatusCallback

A callback to be notified when an async job starts or finishes.

Functions

jobFinished

abstract fun jobFinished()

Notifies that an async job has finished.

jobStarted

abstract fun jobStarted()

Notifies that an async job has started.

Clone this wiki locally