TopicRepo class

Properties

hashCode int
The hash code for this object.
no setterinherited
onTopicAdded Stream<V2NIMTopic>
no setter
onTopicsRemoved Stream<List<V2NIMTopicRefer>>
no setter
onTopicUpdated Stream<V2NIMTopic>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildTitleServerExtension({required String title, required bool userRenamed, String? originalServerExtension}) String
getConversationReadTime(String conversationId) Future<NIMResult<int>>
getTopicByRefer(V2NIMTopicRefer topicRefer) Future<NIMResult<V2NIMTopic>>
getTopicListByOption(V2NIMTopicListOption option) Future<NIMResult<V2NIMTopicListResult>>
getTopicMessageList(V2NIMTopicMessageListOption option) Future<NIMResult<V2NIMTopicMessageListResult>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseTitleInfo(V2NIMTopic? topic) BotSubsessionTitleInfo
removeTopics(V2NIMRemoveTopicsParams params) Future<NIMResult<void>>
replyTopicMessage({required NIMMessage message, required NIMMessage replyMessage, required V2NIMTopic topic, NIMSendMessageParams? params}) Future<NIMResult<NIMSendMessageResult>>
sendTopicMessage({required NIMMessage message, required String conversationId, V2NIMTopic? topic, V2NIMSendTopicMessageParams? params}) Future<NIMResult<NIMSendMessageResult>>
toString() String
A string representation of this object.
inherited
updateTopic(V2NIMUpdateTopicParams params) Future<NIMResult<V2NIMTopic>>

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance TopicRepo
final