get Channel
Gets a FeedChannel with given channel URL.
Parameters
The URL of the channel to get.
Gets a GroupChannel with given channel URL.
Since
4.15.0
Parameters
URL of channel. Refer to url.
The handler to be invoked when the operation completes.
Gets a OpenChannel
with given channel URL.
Since
4.15.0
Parameters
The URL of the channel to get.
The handler to be invoked when the operation completes.
Deprecated
As of 4.17.0, replaced with awaitGetChannel(channelUrl).
Replace with
awaitGetChannel(channelUrl)
Gets a FeedChannel with given channel URL.
Since
4.15.0
Parameters
The URL of the channel to get.
Deprecated
As of 4.17.0, replaced with awaitGetChannel(channelUrl).
Replace with
awaitGetChannel(channelUrl)
Gets a GroupChannel with given channel URL.
Return
The GroupChannel.
Since
4.15.0
Parameters
URL of channel. Refer to 'url'.
Deprecated
As of 4.17.0, replaced with awaitGetChannel(channelUrl).
Replace with
awaitGetChannel(channelUrl)
Gets a OpenChannel
with given channel URL.
Return
The OpenChannel.
Since
4.15.0
Parameters
The URL of the channel to get.