| java.lang.Object | |
| ↳ | com.google.android.gms.wearable.PutDataMapRequest |
PutDataMapRequest is a DataMap-aware version of PutDataRequest.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a
PutDataRequest containing the data and assets in this
PutDataMapRequest. | |||||||||||
Creates a PutDataMapRequest with the provided, complete, path.
| |||||||||||
Creates a PutDataMapRequest from a DataMapItem using the provided source.
| |||||||||||
Creates a PutDataMapRequest with a randomly generated id prefixed with the provided
path.
| |||||||||||
Returns a
Uri for the pending data item. | |||||||||||
Whether the DataItem for this request is urgent.
| |||||||||||
Flags this DataItem for urgent transport.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a PutDataRequest containing the data and assets in this
PutDataMapRequest.
Creates a PutDataMapRequest with the provided, complete, path.
Creates a PutDataMapRequest from a DataMapItem using the provided source.
Creates a PutDataMapRequest with a randomly generated id prefixed with the provided path.
Whether the DataItem for this request is urgent.
Flags this DataItem for urgent transport. Clients should only setUrgent() for
DataItems which need to be delivered right away.