DataStoreWriteCallback - DataDog/dd-sdk-android GitHub Wiki

interface DataStoreWriteCallback

Callback for asynchronous write operations on the datastore.

Functions

onFailure

abstract fun onFailure()

Triggered on failing to write data to the datastore.

onSuccess

abstract fun onSuccess()

Triggered on successfully writing data to the datastore.