AsyncJobStatusCallback - DataDog/dd-sdk-android GitHub Wiki

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.