com.google.android.gms.wearable.DataEvent |
Data interface for data events.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | TYPE_CHANGED | Indicates that the enclosing DataEvent was triggered by a data item being added or changed. | |||||||||
int | TYPE_DELETED | Indicates that the enclosing DataEvent was triggered by a data item being deleted. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Indicates that the enclosing DataEvent was triggered by a data item being added or changed.
Indicates that the enclosing DataEvent was triggered by a data item being deleted.
TYPE_DELETED
will only
have its {DataItem#getUri} populated.
TYPE_CHANGED
, TYPE_DELETED
.