packagechat.rocket.android.mentions.presententionimportchat.rocket.android.chatroom.uimodel.BaseUiModelimportchat.rocket.android.core.behaviours.LoadingViewimportchat.rocket.android.core.behaviours.MessageViewinterfaceMentionsView:MessageView,LoadingView{/** * Shows the list of mentions for the current room. * * @param mentions The list of mentions. */funshowMentions(mentions:List<BaseUiModel<*>>)}