NoticeManager class

Constructors

NoticeManager(SDKManager _sdkManager)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearNotice({required String convId}) Future
清空通知
deleteNotice({required String noticeId}) Future
删除通知
getMultipleNotice({required List<String> noticeIdList}) Future<List<NoticeModel>>
获取多条通知
getNoticeList({required String convId, int? offset, int? limit}) Future<List<NoticeModel>>
获取通知列表
getSingleNotice({required String noticeId}) Future<NoticeModel?>
获取单条通知
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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