AI-generated Key Takeaways
-
The
ChannelApi.OpenChannelResultinterface 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 ornullif the connection failed.
This interface is deprecated.
See
ChannelClient.openChannel(String, String).
Result of
ChannelApi.openChannel(GoogleApiClient, String, String).
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.