WorkMomentsManager class

Constructors

WorkMomentsManager(MethodChannel _channel)

Properties

hashCode int
The hash code for this object.
no setterinherited
listener OnWorkMomentsListener
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearWorkMomentsNotification({String? operationID}) Future
清除通知列表
getWorkMomentsNotification({required int offset, required int count, String? operationID}) Future<List<WorkMomentsInfo>>
获取通知列表 offset 开始下标 count 每页大小
getWorkMomentsUnReadCount({String? operationID}) Future<int>
获取朋友圈未读消息总数
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setWorkMomentsListener(OnWorkMomentsListener listener) Future
朋友圈信息发送变化通知
toString() String
A string representation of this object.
inherited

Operators

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