In the code below :
Wearable.getMessageClient(applicationContext).sendMessage(node,label,data)
What's the point of node parameter ? I am able to send & receive data , no matter what value i use for the node.
In the code below :
Wearable.getMessageClient(applicationContext).sendMessage(node,label,data)
What's the point of node parameter ? I am able to send & receive data , no matter what value i use for the node.
Copyright © 2021 Jogjafile Inc.
A node is simply a connected device:
For more details how to detect available nodes, and understand their capabilities, see the official documentation.