public static interface

ChannelApi.OpenChannelResult

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

This interface is deprecated.
See openChannel(String, String).

Class Overview

Result of openChannel(GoogleApiClient, String, String).

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