Skip to content

Commit

Permalink
ExperimentCallbacks: mark OnDataUsage as deprecated (#481)
Browse files Browse the repository at this point in the history
Finalizing #125
  • Loading branch information
bassosimone committed Apr 5, 2020
1 parent 1f81847 commit f043fd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions model/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,9 @@ type ExperimentSession interface {
// ExperimentCallbacks contains experiment event-handling callbacks
type ExperimentCallbacks interface {
// OnDataUsage provides information about data usage.
//
// This callback is deprecated and will be removed once we have
// removed the dependency on Measurement Kit.
OnDataUsage(dloadKiB, uploadKiB float64)

// OnProgress provides information about an experiment progress.
Expand Down

0 comments on commit f043fd5

Please sign in to comment.