Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hb0 committed Sep 14, 2023
1 parent cc8ae32 commit f0a91ff
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ import kotlinx.coroutines.flow.map
/**
* Settings used by this library.
*
* We currently don't use a repository to abstract the interface of the data types from the data
* source. The reason for this is the class is very simple and we don't plan multiple data sources.
* If this changes, consider using the standard Android Architecture, see `MeasurementRepository`.
*
* @author Armin Schnabel
* @version 2.0.0
* @since 3.3.4
Expand Down

0 comments on commit f0a91ff

Please sign in to comment.