onMessagePinNotification property

  1. @HawkApi(ignore: true)
Stream<NIMMessagePinNotification> onMessagePinNotification

消息pin状态回调通知

Implementation

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