ChannelClient.Channel | Doclava
public static interface

ChannelClient.Channel

implements Parcelable
com.google.android.gms.wearable.ChannelClient.Channel

Class Overview

A channel created through openChannel(String, String).

The implementation of this interface is parcelable and immutable, and implements reasonable equals(Object) and hashCode() methods, so can be used in collections.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Methods
abstract String getNodeId()
Returns the node ID of the node on the other side of the channel.
abstract String getPath()
Returns the path that was used to open the channel.
[Expand]
Inherited Methods
From interface android.os.Parcelable

Public Methods

public abstract String getNodeId ()

Returns the node ID of the node on the other side of the channel.

Returns
String

public abstract String getPath ()

Returns the path that was used to open the channel.

Returns
String