onMessageQuickCommentNotification property

  1. @HawkApi(ignore: true)
Stream<NIMMessageQuickCommentNotification> onMessageQuickCommentNotification

消息评论状态回调

Implementation

@HawkApi(ignore: true)
Stream<NIMMessageQuickCommentNotification>
    get onMessageQuickCommentNotification => MessageServicePlatform
        .instance.onMessageQuickCommentNotification.stream;