sendMessage

fun sendMessage(message: String?)

发送消息;如果消息内容不为空,则将消息发送到页面,通过IView.showToast进行显示

Parameters

message

消息内容