-2

I am trying to integrate Google Fit SDK. Is there any way to get data update notifications from Google Fit for Android SDK?

Matthew Woo
  • 1,288
  • 15
  • 28
haha
  • 13
  • 4

1 Answers1

0

Yes, you can add an OnDataPointListener to any DataSource or DataType to receive updates when data is added to the respective type in real time. You do this through the Sensors API.

Matthew Woo
  • 1,288
  • 15
  • 28