Package ai.nexconn.chatui.channel
Class ChannelActivity
-
- All Implemented Interfaces:
public class ChannelActivityChannel page Activity. Uses BaseActivity + ChatUIFragmentFactory pattern; title/back/input-state/online-status logic lives in ChannelFragment.
-
-
Constructor Summary
Constructors Constructor Description ChannelActivity()
-
Method Summary
Modifier and Type Method Description static IntentnewIntent(Context context, ChannelType channelType, String targetId)static IntentnewIntent(Context context, ChannelType channelType, String targetId, boolean disableSystemEmoji, Bundle extras)static IntentnewIntent(Context context, ChannelIdentifier identifier)-
-
Method Detail
-
newIntent
static Intent newIntent(Context context, ChannelType channelType, String targetId)
-
newIntent
static Intent newIntent(Context context, ChannelType channelType, String targetId, boolean disableSystemEmoji, Bundle extras)
-
newIntent
static Intent newIntent(Context context, ChannelIdentifier identifier)
-
-
-
-