toggle menu
NexconnChatUISDK
26.1.0
NexconnChatUISDK
switch theme
search in API
NexconnChatUISDK
/
ai.nexconn.chatui.channel.messagelist.processor
/
IChannelUIRenderer
IChannel
UIRenderer
public
interface
IChannelUIRenderer
Channel UI renderer.
Members
Functions
handle
Page
Event
Link copied to clipboard
public
abstract
boolean
handlePageEvent
(
PageEvent event
)
Callback for channel page rendering events.
init
Link copied to clipboard
public
abstract
void
init
(
ChannelFragment fragment
,
RongExtension extension
,
ChannelType channelType
,
String
targetId
)
Initializes each UI renderer after entering the channel page.
on
Back
Pressed
Link copied to clipboard
public
abstract
boolean
onBackPressed
(
)
Callback when the back button is pressed.
on
Destroy
Link copied to clipboard
public
abstract
void
onDestroy
(
)
Callback when leaving the channel page.