Package io.getstream.chat.android.models
Class AgoraChannel
-
- All Implemented Interfaces:
public final class AgoraChannelRepresents Agora channel information that contains available channel in a chat channel.
-
-
Constructor Summary
Constructors Constructor Description AgoraChannel(String channel)
-
Method Summary
Modifier and Type Method Description final StringgetChannel()A new channel. -
-
Constructor Detail
-
AgoraChannel
AgoraChannel(String channel)
-
-
Method Detail
-
getChannel
final String getChannel()
A new channel.
-
-
-
-