| java.lang.Object | |
| ↳ | com.google.android.gms.fitness.data.DataUpdateNotification |
Captures the information needed to identify updates to Google Fitness Store data. Currently, it includes the time range for which update happened, the type of operation which resulted in update along with the dataSource/dataType of the data which was modified.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | ACTION | ||||||||||
| String | EXTRA_DATA_UPDATE_NOTIFICATION | Name for the long intent extra containing the data update notification. | |||||||||
| int | OPERATION_DELETE | ||||||||||
| int | OPERATION_INSERT | ||||||||||
| int | OPERATION_UPDATE | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.android.gms.common.internal.safeparcel.SafeParcelable
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CREATOR | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the dataSource whose data has been modified.
| |||||||||||
Retrieves the dataType whose data has been modified.
| |||||||||||
Retrieves the data update notification from the given intent.
| |||||||||||
Retrieves the operationType which causes the update in Fitness Store.
| |||||||||||
Retrieves the endTime of the interval range for which data has been modified in the given
unit since epoch.
| |||||||||||
Retrieves the startTime of the interval range for which data has been modified in the given
unit since epoch.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
Name for the long intent extra containing the data update notification. It can be extracted
using getDataUpdateNotification(Intent).
Retrieves the data update notification from the given intent.
Retrieves the operationType which causes the update in Fitness Store.
Retrieves the endTime of the interval range for which data has been modified in the given unit since epoch. A valid end time is always set.
Retrieves the startTime of the interval range for which data has been modified in the given unit since epoch. A valid start time is always set.