announcement property

String? announcement
final

~english Gets the chat room announcement in the chat room from the memory.

Note To get the correct value, ensure that you call EMChatRoomManager.fetchChatRoomAnnouncement before calling this method. Otherwise, the return value may not be correct. ~end

~chinese 从内存中获取聊天室公告。

Note 如需最新数据,需从服务器获取:EMChatRoomManager.fetchChatRoomInfoFromServer。 ~end

Implementation

final String? announcement;