public static interface

ChannelApi.OpenChannelResult

implements Result
com.google.android.gms.wearable.ChannelApi.OpenChannelResult

Summary

Public Methods
abstract Channel getChannel()
Returns the newly created channel, or null, if the connection couldn't be opened.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract Channel getChannel ()

Returns the newly created channel, or null, if the connection couldn't be opened.

Returns
Channel