-
public interface DataStoreReadCallback<T extends Object>Callback for asynchronous read operations on the datastore.
-
-
Method Summary
-
-
Method Detail
-
onSuccess
abstract Unit onSuccess(DataStoreContent<T> dataStoreContent)
Triggered on successfully reading data from the datastore.
- Parameters:
dataStoreContent- (nullable) contains the datastore content if there was data to fetch, else null.
-
-
-
-