IChannelUIRenderer

public interface IChannelUIRenderer

Channel UI renderer.

Functions

Link copied to clipboard
public abstract boolean handlePageEvent(PageEvent event)
Callback for channel page rendering events.
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.
Link copied to clipboard
public abstract boolean onBackPressed()
Callback when the back button is pressed.
Link copied to clipboard
public abstract void onDestroy()
Callback when leaving the channel page.