diff --git a/docs/html/training/wearables/data-layer/index.jd b/docs/html/training/wearables/data-layer/index.jd index 85b2c33a22bc1..b49ea4d45c3e1 100644 --- a/docs/html/training/wearables/data-layer/index.jd +++ b/docs/html/training/wearables/data-layer/index.jd @@ -58,6 +58,30 @@ the data layer:
WearableListenerService
lets you listen for changes only when the user is actively using your app.
+
+ ChannelApi
+ class to transfer large data items, such as music and movie files, from a handheld to a wearable
+ device. The Channel API for data transfer has the following benefits:
+ Asset
+ objects attached to
+ DataItem
+ objects. The Channel API saves disk space unlike the
+ DataApi
+ class, which creates a copy of the assets on the local device before synchronizing with
+ connected devices.MessageApi
+ class.Warning: