com.google.android.gms.wearable.DataEvent |
Class Overview
Data interface for data events.
Summary
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.
|
Constants
public
static
final
int
TYPE_CHANGED
Indicates that the enclosing DataEvent was triggered by a data item being added or changed.
Constant Value:
1
(0x00000001)
public
static
final
int
TYPE_DELETED
Indicates that the enclosing DataEvent was triggered by a data item being deleted.
Constant Value:
2
(0x00000002)
Public Methods
public
abstract
DataItem
getDataItem
()
Returns
- the data item modified in this event. An event of
TYPE_DELETED
will only
have its {DataItem#getUri} populated.
public
abstract
int
getType
()