ChannelApi.OpenChannelResult

  • The ChannelApi.OpenChannelResult interface is deprecated.

  • Use ChannelClient.openChannel(String, String) instead.

  • This interface represents the result of ChannelApi.openChannel(GoogleApiClient, String, String).

  • The getChannel() method returns the newly created channel or null if the connection failed.

public static interface ChannelApi.OpenChannelResult implements Result

Public Method Summary

abstract Channel
getChannel()
Returns the newly created channel, or null, if the connection couldn't be opened.

Inherited Method Summary

Public Methods

public abstract Channel getChannel ()

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