接口 OnMessageSelectResultListener

    • 方法详细资料

      • onSelectResult

        boolean onSelectResult​(android.view.View view,
                               OnMessageSelectResultListener.SelectType type,
                               java.util.List<java.lang.String> msgIdList)
        Callback when the selected messages are deleted or forwarded.
        参数:
        view - The EaseChatMultiSelectView object.
        type - The type of the selected messages.
        msgIdList - The list of the selected messages.
        返回: