Asset | An asset is a binary blob shared between data items that is replicated across the wearable network on demand. |
CapabilityClient | Exposes an API to learn about capabilities provided by nodes on the Wear network. |
ChannelClient | Client interface for Wearable Channel API. |
ChannelClient.ChannelCallback | A callback which will be notified on changes to channels. |
DataClient | Exposes an API for components to read or write data items and assets. |
DataClient.GetFdForAssetResponse | Contains a file descriptor for the requested asset. |
DataEventBuffer | Data structure holding references to a set of events. |
DataItemBuffer | Data structure holding reference to a set of DataItem s. |
DataMap | A map of data supported by PutDataMapRequest and DataMapItem s. |
DataMapItem | Creates a new dataItem-like object containing structured and serializable data. |
MessageClient | Exposes an API for components to send messages to other nodes. |
NodeClient | Exposes an API for learning about local or connected Nodes. |
PutDataMapRequest | PutDataMapRequest is a DataMap-aware version of PutDataRequest . |
PutDataRequest | PutDataRequest is used to create new data items in the Android Wear network. |
Wearable | An API for the Android Wear platform. |
Wearable.WearableOptions | Options for the Wearable API. |
Wearable.WearableOptions.Builder | |
WearableListenerService | Receives events from other nodes, such as data changes, messages or connectivity events. |
WearableStatusCodes | Error codes for wearable API failures. |
ChannelIOException | A subclass of IOException which can be thrown from the streams returned by getInputStream(GoogleApiClient) and getOutputStream(GoogleApiClient) . |