public interface

CapabilityInfo

com.google.android.gms.wearable.CapabilityInfo

Class Overview

Information about a Capability on the network and where it is available.

Summary

Public Methods
abstract String getName()
Returns the name of the capability.
abstract Set<Node> getNodes()
Returns the set of nodes for the capability.

Public Methods

public abstract String getName ()

Returns the name of the capability.

Returns
String

public abstract Set<Node> getNodes ()

Returns the set of nodes for the capability. Disconnected nodes may or may not be included in the set.

Returns
Set<Node>