public interface

Node

com.google.android.gms.wearable.Node

Class Overview

Information about a particular node in the Android Wear network.

Summary

Public Methods
abstract String getDisplayName()
Returns a human readable description of the node.
abstract String getId()
Returns an opaque string that represents a node in the Android Wear network.
abstract boolean isNearby()
Indicates that this node can be considered geographically nearby the local node.

Public Methods

public abstract String getDisplayName ()

Returns a human readable description of the node. Sometimes generated from the Bluetooth device name

public abstract String getId ()

Returns an opaque string that represents a node in the Android Wear network.

public abstract boolean isNearby ()

Indicates that this node can be considered geographically nearby the local node.