N E Room Chat Controller
聊天控制器
Functions
fetchChatroomMembers
Link copied to clipboard
abstract fun fetchChatroomMembers(type: NEChatroomMemberQueryType, limit: Int, callback: NECallback<List<NEChatroomMember>>?)
Content copied to clipboard
joinChatroom
Link copied to clipboard
leaveChatroom
Link copied to clipboard
sendBroadcastTextMessage
Link copied to clipboard
abstract fun sendBroadcastTextMessage(message: String, callback: NECallback<Unit>? = null)
Content copied to clipboard
sendDirectTextMessage
Link copied to clipboard
abstract fun sendDirectTextMessage(userUuid: String, message: String, callback: NECallback<Unit>? = null)
Content copied to clipboard
sendGroupTextMessage
Link copied to clipboard
abstract fun sendGroupTextMessage(userUuids: List<String>, message: String, callback: NECallback<Unit>? = null)
Content copied to clipboard
Properties
isSupported
Link copied to clipboard