com.google.android.gms.wearable
Stay organized with collections
Save and categorize content based on your preferences.
Annotations
Interfaces
Classes
Exceptions
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-08-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-08-31 UTC."],[[["This documentation page provides details on the classes, interfaces, and exceptions used in the Android Wearable API for tasks such as data synchronization, messaging, and node discovery."],["Several interfaces, particularly those related to `CapabilityApi`, `ChannelApi`, `DataApi`, `MessageApi`, and `NodeApi`, are now deprecated and replaced by newer client classes (`CapabilityClient`, `ChannelClient`, `DataClient`, `MessageClient`, and `NodeClient`)."],["Key functionalities like managing capabilities, opening channels for communication, handling data items and assets, sending messages, and accessing node information are exposed through these classes and interfaces."],["The `Asset` class enables sharing binary data, `DataMap` and `DataMapItem` allow structured data exchange, and events like data changes, messages, and connectivity updates are handled using listeners or callbacks."],["`ChannelIOException` is a specific exception class for input/output errors occurring within channel communications, inheriting from the standard `IOException`."]]],[]]